From: Tommaso Cucinotta Date: Tue, 6 Mar 2012 23:26:19 +0000 (+0000) Subject: More useful message (tells the user that ESC cancels the long operation in progress). X-Git-Tag: 2.1.0beta1~1981 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9e57044ff18ea1e83471f549011bba205ca584ab;p=features.git 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 --- diff --git a/src/frontends/qt4/FindAndReplace.cpp b/src/frontends/qt4/FindAndReplace.cpp index 82844bcbf9..a4e973ba79 100644 --- a/src/frontends/qt4/FindAndReplace.cpp +++ b/src/frontends/qt4/FindAndReplace.cpp @@ -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) {