projects
/
xboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e79a7d4
)
Fix Engine Settings buttons in WinBoard
author
H.G. Muller
<h.g.muller@hccnet.nl>
Fri, 29 Apr 2011 14:58:49 +0000 (16:58 +0200)
committer
H.G. Muller
<h.g.muller@hccnet.nl>
Wed, 4 May 2011 16:40:47 +0000 (18:40 +0200)
This was broken by a leftover statement from debugging the -file/-path
patch.
winboard/wsettings.c
patch
|
blob
|
history
diff --git
a/winboard/wsettings.c
b/winboard/wsettings.c
index
6298309
..
caacb0c
100644
(file)
--- a/
winboard/wsettings.c
+++ b/
winboard/wsettings.c
@@
-425,7
+425,6
@@
LRESULT CALLBACK SettingsProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lPa
SetDlgItemText( hDlg, i+3, buf );
\r
}
\r
}
\r
- return TRUE;
\r
if(j < 0) break;
\r
if( activeCps->option[j].type == SaveButton)
\r
GetOptionValues(hDlg, activeCps);
\r