diff --git a/xvaga/xvaga.cpp b/xvaga/xvaga.cpp index 320827f2d..1796eb85e 100755 --- a/xvaga/xvaga.cpp +++ b/xvaga/xvaga.cpp @@ -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)