only aspell is using spellchecker_accept_compound rc variable

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39361 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stephan Witt 2011-07-21 15:33:56 +00:00
parent d0debb73cf
commit 925ae3dd10

View 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"));
}