From: H.G. Muller Date: Fri, 29 Apr 2011 14:58:49 +0000 (+0200) Subject: Fix Engine Settings buttons in WinBoard X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=c11581724491f53cd942b5e58105e62a7bccfc9f;p=xboard.git Fix Engine Settings buttons in WinBoard This was broken by a leftover statement from debugging the -file/-path patch. --- 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);