diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-03 11:04:31 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-03 11:04:31 -0400 |
| commit | 33d417886563dad94b936a791d3512dc1818fe48 (patch) | |
| tree | 64bcf93df8d61d2a771dd494407252bf7219b884 /sysdata_windows.go | |
| parent | ea95d5559de8017300994c2866f3edb1578e717c (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.go | 2 |
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, |
