diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-11 19:18:03 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-11 19:18:03 -0500 |
| commit | 73fa611b3726fbb2f6af198e8a0744add75c4e94 (patch) | |
| tree | 3e83b2725ebc2fefb4c042b427cc556ea0f60947 /sysdata_windows.go | |
| parent | ecb2205e02fa68e3c820d2139f6d735ad799a0c2 (diff) | |
All build errors resolved. Now to test...
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 2aaace3..6711c91 100644 --- a/sysdata_windows.go +++ b/sysdata_windows.go @@ -46,7 +46,7 @@ func (s *sysData) make() (err error) { p: []uintptr{ uintptr(ct.xstyle), ct.name, - uintptr(unsafe.Pointer(syscall.StringToUTF16Ptr(s.title))), + uintptr(unsafe.Pointer(syscall.StringToUTF16Ptr(s.text))), uintptr(ct.style), uintptr(_CW_USEDEFAULT), // TODO uintptr(_CW_USEDEFAULT), |
