]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiApplication.cpp
We have locale debug level, so put it there.
[lyx.git] / 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