diff options
Diffstat (limited to 'kmail/dictionarycombobox.cpp')
-rw-r--r-- | kmail/dictionarycombobox.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kmail/dictionarycombobox.cpp b/kmail/dictionarycombobox.cpp index 88b776231..947d1deb8 100644 --- a/kmail/dictionarycombobox.cpp +++ b/kmail/dictionarycombobox.cpp @@ -134,6 +134,7 @@ namespace KMail { mSpellConfig = new KSpellConfig( 0, 0, 0, false ); mSpellConfig->fillDicts( this, &mDictionaries ); mDefaultDictionary = currentItem(); + mSpellConfig->setDictionary( currentDictionary() ); } void DictionaryComboBox::slotDictionaryChanged( int idx ) |