From 39669d9680dc1437e1b29d284e7d42886087ce1d 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 --- xwords4/wince/ceginfo.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/xwords4/wince/ceginfo.c b/xwords4/wince/ceginfo.c index 400356c04..acfa4f571 100755 --- a/xwords4/wince/ceginfo.c +++ b/xwords4/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 {