From 73fa611b3726fbb2f6af198e8a0744add75c4e94 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 11 Feb 2014 19:18:03 -0500 Subject: All build errors resolved. Now to test... --- sysdata_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdata_windows.go') 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), -- cgit v1.2.3