]> git.lyx.org Git - features.git/commitdiff
only aspell is using spellchecker_accept_compound rc variable
authorStephan Witt <switt@lyx.org>
Thu, 21 Jul 2011 15:33:56 +0000 (15:33 +0000)
committerStephan Witt <switt@lyx.org>
Thu, 21 Jul 2011 15:33:56 +0000 (15:33 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39361 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiPrefs.cpp

index 11c3e2972929f1b3398eb0bbc0b80f81ed856ddf..cfb380f53d8e7914737dd5d8bf9b3451cc8768a9 100644 (file)
@@ -1527,7 +1527,7 @@ void PrefSpellchecker::on_spellcheckerCB_currentIndexChanged(int index)
 {
        QString spellchecker = spellcheckerCB->itemData(index).toString();
        
-       compoundWordCB->setEnabled(spellchecker != QString("native"));
+       compoundWordCB->setEnabled(spellchecker == QString("aspell"));
 }