diff options
| author | Pietro Gagliardi <[email protected]> | 2014-05-25 12:39:53 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-05-25 12:39:53 -0400 |
| commit | 339a77b5d6c4f019f6979cd95ab73ff8540fd91a (patch) | |
| tree | d4b7968f03fb0fd93ec9bab2c355cf1add4308e2 /sysdata_windows.go | |
| parent | 2ce95f3937ec7dcb8457f6b6fc4c421ad364edbd (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.go | 2 |
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, |
