mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
const
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35642 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
03046ddfb0
commit
3fe55bccc4
@ -329,7 +329,7 @@ bool lyxreplace(BufferView * bv, FuncRequest const & ev, bool has_deleted)
|
||||
? replaceAll(bv, search, rplc, casesensitive, matchword)
|
||||
: replaceOne(bv, search, rplc, casesensitive, matchword, forward);
|
||||
|
||||
Buffer & buf = bv->buffer();
|
||||
Buffer const & buf = bv->buffer();
|
||||
if (replace_count == 0) {
|
||||
// emit message signal.
|
||||
buf.message(_("String not found!"));
|
||||
|
Loading…
Reference in New Issue
Block a user