From 17813bda8c2c42afa1505e51340833183cf0c407 Mon Sep 17 00:00:00 2001 From: stippi Date: Tue, 11 May 2010 12:01:39 +0000 Subject: [PATCH] Do not advertize support for types we don't actually support. These are handled by the urlwrapper anyway. git-svn-id: http://svn.haiku-os.org/webpositive/webkit/trunk@489 94f232f2-1747-11df-bad5-a5bfde151594 --- src/apps/webpositive/WebPositive.rdef | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/apps/webpositive/WebPositive.rdef b/src/apps/webpositive/WebPositive.rdef index 1079ab970a..5b89991cc9 100644 --- a/src/apps/webpositive/WebPositive.rdef +++ b/src/apps/webpositive/WebPositive.rdef @@ -15,8 +15,6 @@ resource app_flags B_SINGLE_LAUNCH; resource file_types message { "types" = "text/html", "types" = "image/svg+xml", - "types" = "application/x-vnd.Be-bookmark", - "types" = "application/x-vnd.Be-doc_bookmark", "types" = "application/x-vnd.Be.URL.file", "types" = "application/x-vnd.Be.URL.ftp", "types" = "application/x-vnd.Be.URL.http",