mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
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:
parent
c324d6eae6
commit
9e57044ff1
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user