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
This commit is contained in:
Pavel Sanda 2008-07-14 23:54:26 +00:00
parent 9c87bee68d
commit b3cd09dcff

View 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