summaryrefslogtreecommitdiff
path: root/sysdata_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-25 08:28:10 -0500
committerPietro Gagliardi <[email protected]>2014-02-25 08:28:10 -0500
commita8bd21fe9598354771da6a4d7c3dd253d44fb721 (patch)
tree2c9356555f27e4d6b3733ca3ca3b06a80b479075 /sysdata_windows.go
parent668de3bccb0d0b43c0bfcc461dce028e4f0cea9d (diff)
Added Windows implementation of ProgressBar and the requisite comctl32.dll code.
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 cd5d8c8..81a2d11 100644
--- a/sysdata_windows.go
+++ b/sysdata_windows.go
@@ -93,7 +93,7 @@ var classTypes = [nctypes]*classData{
addSpaceErr: _LB_ERRSPACE,
},
c_progressbar: &classData{
- name: XXXXX,
+ name: _PROGRESS_CLASS,
style: _PBS_SMOOTH | controlstyle,
xstyle: 0 | controlxstyle,
},