Patch level : 2.0 nopatch

Files correlati     :
Ricompilazione Demo : [ ]
Commento            :
Corretta gestione xvt_dm_post_fatal(...)


git-svn-id: svn://10.65.10.50/trunk@10942 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
guy 2003-03-21 08:30:28 +00:00
parent ce5d3a4a5d
commit 5e6a6d1d21

View File

@ -1375,7 +1375,8 @@ void xvt_dm_post_error(const char *fmt)
void xvt_dm_post_fatal_exit(const char *fmt)
{
wxMessageBox(fmt, GetMainTitle(), wxOK | wxCENTRE | wxICON_ERROR);
wxMessageBox(fmt, "FATAL ERROR", wxOK | wxCENTRE | wxICON_ERROR);
abort();
}
static wxString MakeFileName(const wxChar* name, const wxChar* ext)