summaryrefslogtreecommitdiff
path: root/sysdata_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-25 12:39:53 -0400
committerPietro Gagliardi <[email protected]>2014-05-25 12:39:53 -0400
commit339a77b5d6c4f019f6979cd95ab73ff8540fd91a (patch)
treed4b7968f03fb0fd93ec9bab2c355cf1add4308e2 /sysdata_windows.go
parent2ce95f3937ec7dcb8457f6b6fc4c421ad364edbd (diff)
Removed constants from windows_windows.go, controls_windows.go, and comctl_windows.go, as we can now use the constants generator.
Diffstat (limited to 'sysdata_windows.go')
-rw-r--r--sysdata_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdata_windows.go b/sysdata_windows.go
index 7320488..99fc436 100644
--- a/sysdata_windows.go
+++ b/sysdata_windows.go
@@ -105,7 +105,7 @@ var classTypes = [nctypes]*classData{
lenMsg: _LB_GETCOUNT,
},
c_progressbar: &classData{
- name: _PROGRESS_CLASS,
+ name: x_PROGRESS_CLASS,
style: _PBS_SMOOTH | controlstyle,
xstyle: 0 | controlxstyle,
doNotLoadFont: true,