Changes to icon related MIME types.

Added image/x-hvif for vector icons.
Changes to description of Icon-O-Matic documents.
Added x-hvif to Icon-O-Matic's supported types.
This commit is contained in:
Humdinger
2013-10-31 15:07:51 +01:00
parent e856422f12
commit b9b1c2834c
3 changed files with 18 additions and 3 deletions
+2 -1
View File
@@ -22,7 +22,8 @@ resource app_flags B_SINGLE_LAUNCH;
resource file_types message {
"types" = "application/x-vnd.Haiku-icon",
"types" = "image/svg+xml"
"types" = "image/svg+xml",
"types" = "image/x-hvif"
};
resource vector_icon {
@@ -7,6 +7,6 @@ resource(2, "META:SNIFF_RULE") "0.50 (\"IMSGHMF1\")";
resource(3, "META:PREF_APP") #'MSIG' "application/x-vnd.haiku-icon_o_matic";
resource(4, "META:S:DESC") #'MSDC' "HVIF document";
resource(4, "META:S:DESC") #'MSDC' "Icon-O-Matic document";
resource(5, "META:L:DESC") #'MLDC' "Haiku vector icon";
resource(5, "META:L:DESC") #'MLDC' "Icon-O-Matic document";
+14
View File
@@ -0,0 +1,14 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "image/x-hvif";
resource(2, "META:SNIFF_RULE") "0.5 (\"ncif\")";
resource(3, "META:S:DESC") #'MSDC' "HVIF image";
resource(4, "META:L:DESC") #'MLDC' "Haiku vector icon";
resource(5, "META:EXTENS") message(234) {
"extensions" = "hvif",
"type" = "image/x-hvif"
};