diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-03 10:52:53 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-03 10:52:53 -0400 |
| commit | a46668ca22cc1407177eb559288744ea0d6a96dc (patch) | |
| tree | 6446613e3c305e67162195be215cecf689daf505 /sysdata_windows.go | |
| parent | 05828236ec87e191b491de72213e01d0d0c155bc (diff) | |
Migrated stdwndclass_windows.go to the new string handling.
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 cbdd51a..9526b23 100644 --- a/sysdata_windows.go +++ b/sysdata_windows.go @@ -44,7 +44,7 @@ const controlxstyle = 0 var classTypes = [nctypes]*classData{ c_window: &classData{ - name: toUTF16(stdWndClass), + name: stdWndClass, style: _WS_OVERLAPPEDWINDOW, xstyle: 0, storeSysData: true, |
