projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6997b6f
)
fixed small bug in wsetting
author
H.G. Muller
<h.g.muller@hccnet.nl>
Wed, 26 Aug 2009 03:32:22 +0000 (20:32 -0700)
committer
Arun Persaud
<arun@nubati.net>
Wed, 26 Aug 2009 03:32:22 +0000 (20:32 -0700)
winboard/wsettings.c
patch
|
blob
|
history
diff --git
a/winboard/wsettings.c
b/winboard/wsettings.c
index
a548bd7
..
8907a3b
100644
(file)
--- a/
winboard/wsettings.c
+++ b/
winboard/wsettings.c
@@
-309,7
+309,6
@@
GetOptionValues(HWND hDlg, ChessProgramState *cps)
for(i=0; i<layout; i++) {
\r
int j=layoutList[i];
\r
if(j<0) continue;
\r
- SetDlgItemText( hDlg, 2000+2*i, cps->option[j].name );
\r
switch(cps->option[j].type) {
\r
case Spin:
\r
new = GetDlgItemInt( hDlg, 2001+2*i, &success, TRUE );
\r