More useful message (tells the user that ESC cancels the long operation in progress).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40878 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Tommaso Cucinotta 2012-03-06 23:26:19 +00:00
parent c324d6eae6
commit 9e57044ff1

View File

@ -294,7 +294,7 @@ bool FindAndReplaceWidget::findAndReplaceScope(FindAndReplaceOptions & opt, bool
oss << opt;
FuncRequest cmd(LFUN_WORD_FINDADV, from_utf8(oss.str()));
view_.message(_("Advanced search started: please wait . . ."));
view_.message(_("Advanced search in progress (press ESC to cancel) . . ."));
theApp()->startLongOperation();
view_.setBusy(true);
if (opt.scope == FindAndReplaceOptions::S_ALL_MANUALS) {