From d4113cf8d51bade1333cf1916c924d2403926dee Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Tue, 29 Jul 2008 06:44:49 +0000 Subject: [PATCH] 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 --- src/frontends/qt4/GuiApplication.cpp | 1 - 1 file changed, 1 deletion(-) 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 " -- 2.39.5