summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-09 17:06:33 -0400
committerPietro Gagliardi <[email protected]>2014-06-09 17:06:33 -0400
commit2a878f0e914fb7cdff9cb1deefb628562facd302 (patch)
tree4ec39d1f3a30684d8ab25f87f946031663422d60
parent72012114f1337713ed0acff476397d9c2dded49f (diff)
Removed TODO about Windows label ellipsization; SS_LEFTNOWORDWRAP's docs say so. Replaced it with one about vertical label alignment...
-rw-r--r--sysdata_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdata_windows.go b/sysdata_windows.go
index 12100f2..b5c26db 100644
--- a/sysdata_windows.go
+++ b/sysdata_windows.go
@@ -86,7 +86,7 @@ var classTypes = [nctypes]*classData{
c_label: &classData{
name: toUTF16("STATIC"),
// SS_NOPREFIX avoids accelerator translation; SS_LEFTNOWORDWRAP clips text past the end
- // TODO find out if the default behavior is not to ellipsize
+ // TODO find out if the default behavior is vertically align to top
style: _SS_NOPREFIX | _SS_LEFTNOWORDWRAP | controlstyle,
xstyle: 0 | controlxstyle,
},