From 5df41a232d486930dce15dfb9fe4502a36417fcd Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 13 Dec 2003 10:31:01 +0000 Subject: [PATCH] Fixed Unicode compilo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/msw/evtloop.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/msw/evtloop.cpp b/src/msw/evtloop.cpp index 1012498409..23e9e93455 100644 --- a/src/msw/evtloop.cpp +++ b/src/msw/evtloop.cpp @@ -227,8 +227,8 @@ bool wxEventLoopImpl::SendIdleMessage() wxEventLoopImpl::wxCatchAllResponse wxEventLoopImpl::OnCatchAll() { switch (::MessageBox(NULL, - _T("An unhandled exception occurred. 'Abort' will terminate the program,\r\n" - "'Retry' will close the current dialog, 'Ignore' will try to continue."), + _T("An unhandled exception occurred. 'Abort' will terminate the program,\r\n\ +'Retry' will close the current dialog, 'Ignore' will try to continue."), _T("Unhandled exception"), MB_ABORTRETRYIGNORE|MB_ICONERROR|MB_TASKMODAL)) { -- 2.45.2