From 52939cdc41218041296d94bcaba17606e5a67f9f Mon Sep 17 00:00:00 2001 From: ehouse Date: Thu, 30 Jun 2005 01:44:56 +0000 Subject: [PATCH] change dialog title when it's called from new game menuitem --- wince/ceginfo.c | 3 +++ 1 file changed, 3 insertions(+) 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 {