Skip to content

Commit

Permalink
added mimetype for WPG images
Browse files Browse the repository at this point in the history
  • Loading branch information
korli committed Jan 28, 2013
1 parent 98b326d commit 157ec8a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/data/beos_mime/image/x-wpg
@@ -0,0 +1,15 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";

resource(1, "META:TYPE") "image/x-wpg";

resource(2, "META:SNIFF_RULE") "0.5 (0xFF575043)";

resource(3, "META:S:DESC") #'MSDC' "WPG image";

resource(4, "META:L:DESC") #'MLDC' "WordPerfect Graphics image";

resource(5, "META:EXTENS") message(234) {
"extensions" = "wpg",
"type" = "image/x-wpg",
"type" = "image/wpg"
};

0 comments on commit 157ec8a

Please sign in to comment.