From c11581724491f53cd942b5e58105e62a7bccfc9f Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Fri, 29 Apr 2011 16:58:49 +0200 Subject: [PATCH] Fix Engine Settings buttons in WinBoard This was broken by a leftover statement from debugging the -file/-path patch. --- winboard/wsettings.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/winboard/wsettings.c b/winboard/wsettings.c index 6298309..caacb0c 100644 --- 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 ); } } - return TRUE; if(j < 0) break; if( activeCps->option[j].type == SaveButton) GetOptionValues(hDlg, activeCps); -- 1.7.0.4