From 33d417886563dad94b936a791d3512dc1818fe48 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 3 Jun 2014 11:04:31 -0400 Subject: Migrated area_windows.go to the new string handling. I think that's it for converting existing code... Now to test on real Windows. --- 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 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, -- cgit v1.2.3