The error message doesn't need to be translated.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17689 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-04-01 16:10:12 +00:00
parent 7384d0cf67
commit e45632d1f8

View File

@ -30,7 +30,6 @@
#include "Color.h"
#include "debug.h"
#include "funcrequest.h"
#include "gettext.h"
#include "lyx_main.h"
#include "lyxfunc.h"
#include "lyxrc.h"
@ -222,7 +221,7 @@ bool GuiApplication::notify(QObject * receiver, QEvent * event)
return_value = QApplication::notify(receiver, event);
}
catch (...) {
lyxerr << to_utf8(_("ERROR: Exception caught in the Qt event loop, exiting..."))
lyxerr << "ERROR: Exception caught in the Qt event loop, exiting..."
<< endl;
LyX::cref().emergencyCleanup();