From: Pavel Sanda Date: Mon, 14 Jul 2008 23:54:26 +0000 (+0000) Subject: We have locale debug level, so put it there. X-Git-Tag: 1.6.10~4058 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b3cd09dcff6ede3bed87bd3d89f1b697c4473996;p=features.git We have locale debug level, so put it there. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25625 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index 9494aab98d..ac550abaa6 100644 --- a/src/frontends/qt4/GuiApplication.cpp +++ b/src/frontends/qt4/GuiApplication.cpp @@ -695,10 +695,10 @@ GuiApplication::GuiApplication(int & argc, char ** argv) installTranslator(&d->qt_trans_); // even if the language calls for RtL, don't do that setLayoutDirection(Qt::LeftToRight); - LYXERR(Debug::GUI, "Successfully installed Qt translations for locale " + LYXERR(Debug::LOCALE, "Successfully installed Qt translations for locale " << language_name); } else - LYXERR(Debug::GUI, "Could not find Qt translations for locale " + LYXERR(Debug::LOCALE, "Could not find Qt translations for locale " << language_name); #ifdef Q_WS_MACX