mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
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:
parent
7384d0cf67
commit
e45632d1f8
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user