On Mon, Apr 23, 2007 at 06:41:15PM -0000, [EMAIL PROTECTED] wrote:

> Author: uwestoehr
> Date: Mon Apr 23 20:41:14 2007
> New Revision: 17924
> 
> URL: http://www.lyx.org/trac/changeset/17924
> Log:
> fix bug 3458 for LyX 1.4.5:
> http://bugzilla.lyx.org/show_bug.cgi?id=3458
> 
> Modified:
>     lyx-devel/branches/BRANCH_1_4_X/src/frontends/qt2/QDelimiterDialog.C
>     lyx-devel/branches/BRANCH_1_4_X/status.14x
> 
> Modified: lyx-devel/branches/BRANCH_1_4_X/src/frontends/qt2/QDelimiterDialog.C
> URL: 
> http://www.lyx.org/trac/file/lyx-devel/branches/BRANCH_1_4_X/src/frontends/qt2/QDelimiterDialog.C?rev=17924
> ==============================================================================
> --- lyx-devel/branches/BRANCH_1_4_X/src/frontends/qt2/QDelimiterDialog.C 
> (original)
> +++ lyx-devel/branches/BRANCH_1_4_X/src/frontends/qt2/QDelimiterDialog.C Mon 
> Apr 23 20:41:14 2007
> @@ -74,8 +74,6 @@
>  {
>       if (str == "slash")
>               return "/";
> -     if (str == "backslash")
> -             return big ? "\\\\" : "\\";
>       if (str == "empty")
>               return ".";
>       if (!big || str == "(" || str == ")" || str == "[" || str == "]"

I would suggest discussing changes on the list rather than on bugzilla.
This is the exact patch I had proposed last year
(see http://thread.gmane.org/gmane.editors.lyx.devel/57553/focus=58919)
but was refused by Georg.

-- 
Enrico

Reply via email to