mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
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:
parent
9c87bee68d
commit
b3cd09dcff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user