From da4b288838da772138571310b6f45369586c3b5b Mon Sep 17 00:00:00 2001 From: ehouse Date: Wed, 16 Dec 2009 02:46:00 +0000 Subject: [PATCH] inform of need to reboot after language change as FYI rather than error --- xwords4/wince/cemain.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xwords4/wince/cemain.c b/xwords4/wince/cemain.c index 837d3863b..9918f24b1 100755 --- a/xwords4/wince/cemain.c +++ b/xwords4/wince/cemain.c @@ -1754,7 +1754,9 @@ ceWarnLangChange( CEAppGlobals* globals ) { const wchar_t* msg = ceGetResStringL( globals, IDS_LANG_CHANGE_RESTART ); - MessageBox( globals->hWnd, msg, NULL, MB_OK | MB_ICONINFORMATION ); + MessageBox( globals->hWnd, msg, + ceGetResStringL( globals, IDS_FYI_L ), + MB_OK | MB_ICONINFORMATION ); } static XP_Bool @@ -3132,6 +3134,7 @@ ce_relay_error( void* closure, XWREASON relayErr ) evt = XWWM_RELAY_REQ_NEW; break; default: + evt = 0; /* silence compiler */ XP_ASSERT(0); }