Turns out Fredrik was right and the icon type is an officially registered MIME type.

Changed the ICOTranslator accordingly.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17465 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-05-15 18:19:35 +00:00
parent f5c9c0d066
commit ce3b920126
4 changed files with 6 additions and 11 deletions
@@ -1,7 +1,7 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "image/x-icon";
resource(1, "META:TYPE") "image/vnd.microsoft.icon";
resource(2, "META:SNIFF_RULE") "0.50 (\"\\000\\000\\001\\000\" | \"\\000\\000\\002\\000\")";
@@ -9,5 +9,5 @@ resource(3, "META:S:DESC") #'MSDC' "Windows Icon";
resource(4, "META:EXTENS") message(234) {
"extensions" = "ico",
"type" = "image/x-icon"
"type" = "image/vnd.microsoft.icon"
};