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:
parent
df266f1c93
commit
c7e2af25ab
@ -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\")";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user