From c7e2af25abc1bdbe884b37719d96935af0ad59bd Mon Sep 17 00:00:00 2001 From: Humdinger Date: Tue, 22 Oct 2013 18:00:01 +0200 Subject: [PATCH] Corrected mime_db for HVIF icons x-vnd.haiku-icon had the wrong BEOS:TYPE and META:TYPE. At least the META:TYPE is now corresponding to the type I-O-M saves icons. --- src/data/mime_db/application/x-vnd.haiku-icon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/mime_db/application/x-vnd.haiku-icon b/src/data/mime_db/application/x-vnd.haiku-icon index 35285e2dae..da32a34214 100644 --- a/src/data/mime_db/application/x-vnd.haiku-icon +++ b/src/data/mime_db/application/x-vnd.haiku-icon @@ -1,7 +1,7 @@ -resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Haiku-icon"; +resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime"; -resource(1, "META:TYPE") "application/hvif"; +resource(1, "META:TYPE") "application/x-vnd.Haiku-icon"; resource(2, "META:SNIFF_RULE") "0.50 (\"IMSGHMF1\")";