From b3cd09dcff6ede3bed87bd3d89f1b697c4473996 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Mon, 14 Jul 2008 23:54:26 +0000 Subject: [PATCH] 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 --- src/frontends/qt4/GuiApplication.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2