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:
Abdelrazak Younes 2008-07-29 07:06:57 +00:00
parent d4113cf8d5
commit b868bf78d2

View File

@ -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 :