mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-09 18:52:46 +00:00
revert accidental change
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16213 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
26460b39ee
commit
21c5579134
@ -218,7 +218,7 @@ bool stringSelected(BufferView * bv, string const & searchstr,
|
||||
|
||||
|
||||
int replace(BufferView * bv, string const & searchstr,
|
||||
std::string const & replacestr, bool cs, bool mw, bool fw)
|
||||
string const & replacestr, bool cs, bool mw, bool fw)
|
||||
{
|
||||
if (!searchAllowed(bv, searchstr) || bv->buffer()->isReadonly())
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user