change dialog title when it's called from new game menuitem

This commit is contained in:
ehouse 2005-06-30 01:44:56 +00:00
parent b14562e883
commit 52939cdc41

View file

@ -418,6 +418,9 @@ GameInfo(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
ceAdjustVisibility( hDlg, giState, XP_FALSE );
if ( giState->isNewGame ) {
(void)SetWindowText( hDlg, L"New game" );
}
return TRUE;
} else {