Re: [PATCHES] random fixes all over the place - accumulated patch



On Sun, Feb 15, 2009 at 2:02 PM, Vincent Legoll
<vincent legoll gmail com> wrote:

> Index: meldapp.py
> ===================================================================
> --- meldapp.py  (revision 1153)
> +++ meldapp.py  (working copy)
> @@ -435,6 +435,8 @@
>             #TRANSLATORS: translate this string ONLY to the first
> "\t", leave it and the following parts intact
>             _("Leading whitespace\t0\t^[ \\t\\r\\f\\v]*\n") + \
>             #TRANSLATORS: translate this string ONLY to the first
> "\t", leave it and the following parts intact
> +            _("CRLF line endings\t0\t\\r+$\n") + \
> +            #TRANSLATORS: translate this string ONLY to the first
> "\t", leave it and the following parts intact
>             _("Script comment\t0\t#.*")),
>         "ignore_blank_lines" : prefs.Value(prefs.BOOL, 1)
>     }

This hunk should not have been there, and is a dropped patch

-- 
Vincent Legoll


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]