On Mon, Feb 02, 2004 at 09:46:24PM +0100, Alfredo Braunstein wrote:
> 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!"));
> 

That was not my doing, was it?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one.     (T. Jefferson or B. Franklin or both...)

Reply via email to