From: Abdelrazak Younes Date: Tue, 29 Jul 2008 06:44:49 +0000 (+0000) Subject: GuiApplication::setGuiLanguage(): ignore qt_trans_ loading failure as this is only... X-Git-Tag: 1.6.10~3836 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=d4113cf8d51bade1333cf1916c924d2403926dee;p=lyx.git GuiApplication::setGuiLanguage(): ignore qt_trans_ loading failure as this is only for Mac special menus. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25952 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiApplication.cpp b/src/frontends/qt4/GuiApplication.cpp index 1248c08be1..ebebce3b78 100644 --- a/src/frontends/qt4/GuiApplication.cpp +++ b/src/frontends/qt4/GuiApplication.cpp @@ -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 "