diff --git a/wince/ceginfo.c b/wince/ceginfo.c index 400356c04..acfa4f571 100755 --- a/wince/ceginfo.c +++ b/wince/ceginfo.c @@ -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 {