summaryrefslogtreecommitdiff
path: root/sysdata_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-06-03 11:04:31 -0400
committerPietro Gagliardi <[email protected]>2014-06-03 11:04:31 -0400
commit33d417886563dad94b936a791d3512dc1818fe48 (patch)
tree64bcf93df8d61d2a771dd494407252bf7219b884 /sysdata_windows.go
parentea95d5559de8017300994c2866f3edb1578e717c (diff)
Migrated area_windows.go to the new string handling. I think that's it for converting existing code... Now to test on real Windows.
Diffstat (limited to 'sysdata_windows.go')
-rw-r--r--sysdata_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdata_windows.go b/sysdata_windows.go
index 9526b23..46cbf56 100644
--- a/sysdata_windows.go
+++ b/sysdata_windows.go
@@ -111,7 +111,7 @@ var classTypes = [nctypes]*classData{
doNotLoadFont: true,
},
c_area: &classData{
- name: toUTF16(areaWndClass),
+ name: areaWndClass,
style: areastyle,
xstyle: areaxstyle,
storeSysData: true,