diff --git a/fulltextsearch.cc b/fulltextsearch.cc index 1c15e3fc..7041ecc9 100644 --- a/fulltextsearch.cc +++ b/fulltextsearch.cc @@ -167,6 +167,8 @@ FullTextSearchDialog::FullTextSearchDialog( QWidget * parent, ui.articlesPerDictionary->setMaximum( MaxArticlesPerDictionary ); ui.articlesPerDictionary->setValue( cfg.preferences.fts.maxArticlesPerDictionary ); + ui.matchCase->setChecked( cfg.preferences.fts.matchCase ); + setLimitsUsing(); connect( ui.checkBoxDistanceBetweenWords, SIGNAL( stateChanged( int ) ),