]> git.lyx.org Git - features.git/commitdiff
We have locale debug level, so put it there.
authorPavel Sanda <sanda@lyx.org>
Mon, 14 Jul 2008 23:54:26 +0000 (23:54 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 14 Jul 2008 23:54:26 +0000 (23:54 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25625 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiApplication.cpp

index 9494aab98da342ba3c2aa12ccbb412e67f26bdf2..ac550abaa6d6d6d5826615bb4f4288616e6d4acc 100644 (file)
@@ -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