Index: lyxfind.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/lyxfind.C,v
retrieving revision 1.72
diff -u -p -u -r1.72 lyxfind.C
--- lyxfind.C   31 Jan 2004 15:30:21 -0000      1.72
+++ lyxfind.C   2 Feb 2004 20:40:58 -0000
@@ -123,7 +123,7 @@ void find(BufferView * bv, FuncRequest c
        bool forward       = parse_bool(howto);
 
        bool const found = ::find(bv, search,
-                                 forward, casesensitive, matchword);
+                                 casesensitive, matchword, forward);
 
        if (!found)
                bv->owner()->message(_("String not found!"));

Reply via email to