Fix spellcheck language not being correctly set for some languages.

BUG: 166141

svn path=/trunk/KDE/kdepim/; revision=839222
wilder-work
Thomas McGuire 18 years ago
parent 36fa459621
commit 0d40ff3422
  1. 1
      kmcomposewin.cpp

@ -3894,6 +3894,7 @@ void KMComposeWin::slotIdentityChanged( uint uoid )
}
mDictionaryCombo->setCurrentByDictionary( ident.dictionary() );
mEditor->setSpellCheckLanguage( mDictionaryCombo->realDictionaryName() );
if ( !mBtnFcc->isChecked() ) {
setFcc( ident.fcc() );

Loading…
Cancel
Save