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.
This commit is contained in:
Humdinger 2013-10-22 18:00:01 +02:00
parent df266f1c93
commit c7e2af25ab

View File

@ -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\")";