Full-text search: Fix storing of "Match case" checkbox state

This commit is contained in:
Abs62 2014-04-17 21:33:00 +04:00
parent 4572b2bc77
commit d6d14f802a

View file

@ -167,6 +167,8 @@ FullTextSearchDialog::FullTextSearchDialog( QWidget * parent,
ui.articlesPerDictionary->setMaximum( MaxArticlesPerDictionary ); ui.articlesPerDictionary->setMaximum( MaxArticlesPerDictionary );
ui.articlesPerDictionary->setValue( cfg.preferences.fts.maxArticlesPerDictionary ); ui.articlesPerDictionary->setValue( cfg.preferences.fts.maxArticlesPerDictionary );
ui.matchCase->setChecked( cfg.preferences.fts.matchCase );
setLimitsUsing(); setLimitsUsing();
connect( ui.checkBoxDistanceBetweenWords, SIGNAL( stateChanged( int ) ), connect( ui.checkBoxDistanceBetweenWords, SIGNAL( stateChanged( int ) ),