fixed compilation in Unicode build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a448a02f28
commit
91c536df15
@ -168,7 +168,7 @@ void wxVLogFatalError(const wxChar *szFormat, va_list argptr)
|
||||
#if wxUSE_GUI
|
||||
wxMessageBox(s_szBuf, _("Fatal Error"), wxID_OK | wxICON_STOP);
|
||||
#else
|
||||
fprintf(stderr, _("Fatal error: %s\n"), s_szBuf);
|
||||
wxFprintf(stderr, _("Fatal error: %s\n"), s_szBuf);
|
||||
#endif
|
||||
|
||||
abort();
|
||||
|
Loading…
Reference in New Issue
Block a user