From 42d7962dc9e9cab7389d987fab6b76990189a4ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 17 Nov 2009 17:18:31 +0000 Subject: [PATCH] * Applied patch by Idefix that fixes the recognition rule of text/x-patch, and thus closes bug #4749. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34100 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/data/beos_mime/text/x-patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/beos_mime/text/x-patch b/src/data/beos_mime/text/x-patch index 2e52cdf872..1d0d240cc0 100644 --- a/src/data/beos_mime/text/x-patch +++ b/src/data/beos_mime/text/x-patch @@ -4,7 +4,7 @@ resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime"; resource(1, "META:TYPE") "text/x-patch"; resource(2, "META:SNIFF_RULE") #'CSTR' array { - "0.30 ([0:100]\"diff \" | [0:100]\"--- \" | [0:100]\"+++ \" | [0:100]\"@@ -\")" + "0.30 ([0:100]\"Index: \" | [0:100]\"--- \" | [0:100]\"+++ \" | [0:100]\"@@ -\")" }; resource(3, "META:S:DESC") #'MSDC' "Patch";