]> git.lyx.org Git - features.git/commitdiff
GuiApplication::setGuiLanguage(): ignore qt_trans_ loading failure as this is only...
authorAbdelrazak Younes <younes@lyx.org>
Tue, 29 Jul 2008 06:44:49 +0000 (06:44 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 29 Jul 2008 06:44:49 +0000 (06:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25952 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiApplication.cpp

index 1248c08be12becbcc7b08ef5d059284b36ba979b..ebebce3b7886dcd54df183a7eceba743838716f5 100644 (file)
@@ -1044,7 +1044,6 @@ void GuiApplication::setGuiLanguage()
                        QLibraryInfo::location(QLibraryInfo::TranslationsPath))) {
                LYXERR(Debug::LOCALE, "Could not find  Qt translations for locale "
                        << language_name);
-               return;
        }
 
        LYXERR(Debug::LOCALE, "Successfully installed Qt translations for locale "