Add gif, jpeg, and png mimetype support to WebPositive

This commit is contained in:
John Scipione 2014-03-04 16:31:47 -05:00
parent 6283e77947
commit 008f676344

View File

@ -14,6 +14,9 @@ resource app_flags B_SINGLE_LAUNCH;
resource file_types message {
"types" = "text/html",
"types" = "image/gif",
"types" = "image/jpeg",
"types" = "image/png",
"types" = "image/svg+xml",
"types" = "application/x-vnd.Be.URL.file",
"types" = "application/x-vnd.Be.URL.ftp",