continue spellchecking after "replace all"

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30438 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Edwin Leuven 2009-07-09 20:03:00 +00:00
parent 8eb09052ff
commit 70a24259f8

View File

@ -182,6 +182,7 @@ void GuiSpellchecker::on_replaceAllPB_clicked()
qstring_to_ucs4(d->ui.wordED->text()),
true, true, true, true);
dispatch(FuncRequest(LFUN_WORD_REPLACE, data));
check(); // continue spellchecking
}