]> git.lyx.org Git - lyx.git/blobdiff - src/lyxfind.h
LogUi.ui: string redundancy.
[lyx.git] / src / lyxfind.h
index 9dc17df86b93742399993dda77d9310fb84e0667..57849d28f690ed9397187e2071233bdce558256b 100644 (file)
@@ -43,8 +43,8 @@ docstring const find2string(docstring const & search,
  *  as a string that can be dispatched to the LyX core in a FuncRequest
  *  wrapper.
  */
-docstring const replace2string(docstring const & search,
-                                docstring const & replace,
+docstring const replace2string(docstring const & replace,
+                                docstring const & search,
                                 bool casesensitive,
                                 bool matchword,
                                 bool all,