mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
Fix debug message.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25953 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d4113cf8d5
commit
b868bf78d2
@ -1044,11 +1044,11 @@ void GuiApplication::setGuiLanguage()
|
||||
QLibraryInfo::location(QLibraryInfo::TranslationsPath))) {
|
||||
LYXERR(Debug::LOCALE, "Could not find Qt translations for locale "
|
||||
<< language_name);
|
||||
} else {
|
||||
LYXERR(Debug::LOCALE, "Successfully installed Qt translations for locale "
|
||||
<< language_name);
|
||||
}
|
||||
|
||||
LYXERR(Debug::LOCALE, "Successfully installed Qt translations for locale "
|
||||
<< language_name);
|
||||
|
||||
switch (default_locale.language()) {
|
||||
case QLocale::Arabic :
|
||||
case QLocale::Hebrew :
|
||||
|
Loading…
Reference in New Issue
Block a user