]> git.lyx.org Git - features.git/blobdiff - src/lyxfunc.C
the spellcheck cleanup
[features.git] / src / lyxfunc.C
index 99c68b272fd26fa3cc8e18686a869af27ca1f65d..a4bac22fb7dadafc68621160c4b1f061c35ed74e 100644 (file)
@@ -1087,7 +1087,8 @@ void LyXFunc::dispatch(FuncRequest const & func, bool verbose)
                }
                bool fw = (action == LFUN_WORDFINDFORWARD);
                if (!searched_string.empty())
-                       lyx::find::find(view(), searched_string, fw);
+                       lyx::find::find(view(), searched_string,
+                                       true, false, fw);
                break;
        }