[haiku-commits] haiku: hrev46972 - src/apps/webpositive

  • From: jscipione@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 4 Mar 2014 22:32:01 +0100 (CET)

hrev46972 adds 1 changeset to branch 'master'
old head: 6283e7794784a2a99566e3e665296b14e33797ed
new head: 008f6763444437e505d3620b73c0ed12a266f88b
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=008f676+%5E6283e77

----------------------------------------------------------------------------

008f676: Add gif, jpeg, and png mimetype support to WebPositive

                                     [ John Scipione <jscipione@xxxxxxxxx> ]

----------------------------------------------------------------------------

Revision:    hrev46972
Commit:      008f6763444437e505d3620b73c0ed12a266f88b
URL:         http://cgit.haiku-os.org/haiku/commit/?id=008f676
Author:      John Scipione <jscipione@xxxxxxxxx>
Date:        Tue Mar  4 21:31:47 2014 UTC

----------------------------------------------------------------------------

1 file changed, 3 insertions(+)
src/apps/webpositive/WebPositive.rdef | 3 +++

----------------------------------------------------------------------------

diff --git a/src/apps/webpositive/WebPositive.rdef 
b/src/apps/webpositive/WebPositive.rdef
index 1eb69fe..0aa393fc 100644
--- a/src/apps/webpositive/WebPositive.rdef
+++ b/src/apps/webpositive/WebPositive.rdef
@@ -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",


Other related posts:

  • » [haiku-commits] haiku: hrev46972 - src/apps/webpositive - jscipione