]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed Unicode compilo
authorJulian Smart <julian@anthemion.co.uk>
Sat, 13 Dec 2003 10:31:01 +0000 (10:31 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 13 Dec 2003 10:31:01 +0000 (10:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/evtloop.cpp

index 1012498409fffba56ba0d74dab2ddf838d3c8f00..23e9e93455b7145a82035ddc6e90bf647f62ac82 100644 (file)
@@ -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))
     {