mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
kdeui: do not read from config in KSpellConfigWidget::slotDefault()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
095fd83c9b
commit
65d6c6f28c
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ void KSpellConfigWidget::slotDefault()
|
|||
spellgroup.writeEntry("checkerEnabledByDefault", s_spellbydefault);
|
||||
spellgroup.writeEntry("defaultLanguage", KSpeller::defaultLanguage());
|
||||
spellgroup.writeEntry("personalWords", s_wordsbydefault);
|
||||
d->enablebox->setChecked(spellgroup.readEntry("checkerEnabledByDefault", s_spellbydefault));
|
||||
d->enablebox->setChecked(s_spellbydefault);
|
||||
d->dictionarybox->setCurrentByDictionary(KSpeller::defaultLanguage());
|
||||
d->wordslistedit->setItems(s_wordsbydefault);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue