[LyX/master] GuiThesaurus: complement lyxfind options
Juergen Spitzmueller
spitz at lyx.org
Tue Feb 16 15:30:55 UTC 2021
commit 76db3c3f851df3c8e0b16edf2460759bb1fb43f4
Author: Juergen Spitzmueller <spitz at lyx.org>
Date: Tue Feb 16 16:33:30 2021 +0100
GuiThesaurus: complement lyxfind options
---
src/frontends/qt/GuiThesaurus.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/frontends/qt/GuiThesaurus.cpp b/src/frontends/qt/GuiThesaurus.cpp
index 795b353..81b3cf5 100644
--- a/src/frontends/qt/GuiThesaurus.cpp
+++ b/src/frontends/qt/GuiThesaurus.cpp
@@ -267,6 +267,7 @@ void GuiThesaurus::replace(docstring const & newstr)
true, // match word
false, // all words
true, // forward
+ false, // find next
false, // auto-wrap
false); // only selection
dispatch(FuncRequest(LFUN_WORD_REPLACE, sdata));
More information about the lyx-cvs
mailing list