From e45632d1f8c189d9c1f3de7254b06120cdbd44cd Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Sun, 1 Apr 2007 16:10:12 +0000 Subject: [PATCH] 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 --- src/frontends/qt4/GuiApplication.C | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/frontends/qt4/GuiApplication.C b/src/frontends/qt4/GuiApplication.C index 1354cea7f0..785805f446 100644 --- a/src/frontends/qt4/GuiApplication.C +++ b/src/frontends/qt4/GuiApplication.C @@ -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(); -- 2.39.2