]> git.lyx.org Git - features.git/commitdiff
GuiThesaurus: complement lyxfind options
authorJuergen Spitzmueller <spitz@lyx.org>
Tue, 16 Feb 2021 15:33:30 +0000 (16:33 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Tue, 16 Feb 2021 15:33:30 +0000 (16:33 +0100)
src/frontends/qt/GuiThesaurus.cpp

index 795b35301c3f75bc59395b76271c8b37560e1ac2..81b3cf5504acc60026b154e7631a75ac0f5c45e9 100644 (file)
@@ -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));