From 34da9596562803b4d8369f0cf41948d638d3fdb7 Mon Sep 17 00:00:00 2001 From: stippi Date: Mon, 26 Apr 2010 15:13:57 +0000 Subject: [PATCH] Cleanup the supported types. Claiming support for image/jpeg, gif and png is not really useful. Neither is claiming support for text/*. Added support for image/svg+xml, since I don't think anything else would handle it as good as WebPositive (which will do better once BView supports affine transformations). git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@462 94f232f2-1747-11df-bad5-a5bfde151594 --- src/apps/webpositive/WebPositive.rdef | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/apps/webpositive/WebPositive.rdef b/src/apps/webpositive/WebPositive.rdef index 5734330206..1079ab970a 100644 --- a/src/apps/webpositive/WebPositive.rdef +++ b/src/apps/webpositive/WebPositive.rdef @@ -14,11 +14,8 @@ 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-bookmark", - "types" = "text", "types" = "application/x-vnd.Be-doc_bookmark", "types" = "application/x-vnd.Be.URL.file", "types" = "application/x-vnd.Be.URL.ftp",