From 5e6a6d1d218473526314c414c4b825c0c8e39756 Mon Sep 17 00:00:00 2001 From: guy Date: Fri, 21 Mar 2003 08:30:28 +0000 Subject: [PATCH] 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 --- xvaga/xvaga.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)