From: Pavel Sanda Date: Thu, 2 Dec 2010 20:13:50 +0000 (+0000) Subject: Nothing to translate here. X-Git-Tag: 2.0.0~1559 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=0464d83ce0cec5de34d287bfc102c24309df35a2;p=features.git Nothing to translate here. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36662 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiPrefs.cpp b/src/frontends/qt4/GuiPrefs.cpp index 6ae52de124..272217a748 100644 --- a/src/frontends/qt4/GuiPrefs.cpp +++ b/src/frontends/qt4/GuiPrefs.cpp @@ -1418,13 +1418,13 @@ PrefSpellchecker::PrefSpellchecker(GuiPreferences * form) #undef CONNECT_APPLESPELL #endif #if defined(USE_ASPELL) - spellcheckerCB->addItem(qt_("Aspell"), QString("aspell")); + spellcheckerCB->addItem("Aspell", QString("aspell")); #endif #if defined(USE_ENCHANT) - spellcheckerCB->addItem(qt_("Enchant"), QString("enchant")); + spellcheckerCB->addItem("Enchant", QString("enchant")); #endif #if defined(USE_HUNSPELL) - spellcheckerCB->addItem(qt_("Hunspell"), QString("hunspell")); + spellcheckerCB->addItem("Hunspell", QString("hunspell")); #endif #if defined(CONNECT_APPLESPELL) || defined(USE_ASPELL) || defined(USE_ENCHANT) || defined(USE_HUNSPELL)