[haiku-commits] r36568 - in haiku/trunk/src/data/beos_mime: application text

  • From: superstippi@xxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 1 May 2010 16:04:44 +0200 (CEST)

Author: stippi
Date: 2010-05-01 16:04:44 +0200 (Sat, 01 May 2010)
New Revision: 36568
Changeset: http://dev.haiku-os.org/changeset/36568/haiku

Modified:
   haiku/trunk/src/data/beos_mime/application/x-vnd.be.url.http
   haiku/trunk/src/data/beos_mime/application/x-vnd.be.url.https
   haiku/trunk/src/data/beos_mime/text/html
Log:
Changed default application of text/html and http and https URLs to
WebPositive. Gopher URL type remains the only one to refer Firefox.


Modified: haiku/trunk/src/data/beos_mime/application/x-vnd.be.url.http
===================================================================
--- haiku/trunk/src/data/beos_mime/application/x-vnd.be.url.http        
2010-05-01 13:11:03 UTC (rev 36567)
+++ haiku/trunk/src/data/beos_mime/application/x-vnd.be.url.http        
2010-05-01 14:04:44 UTC (rev 36568)
@@ -7,5 +7,5 @@
 
 resource(3, "META:L:DESC") #'MLDC' "Hypertext Transfer Protocol URL";
 
-resource(4, "META:PREF_APP") #'MSIG' "application/x-vnd.Mozilla-Firefox";
+resource(4, "META:PREF_APP") #'MSIG' "application/x-vnd.Haiku-WebPositive";
 

Modified: haiku/trunk/src/data/beos_mime/application/x-vnd.be.url.https
===================================================================
--- haiku/trunk/src/data/beos_mime/application/x-vnd.be.url.https       
2010-05-01 13:11:03 UTC (rev 36567)
+++ haiku/trunk/src/data/beos_mime/application/x-vnd.be.url.https       
2010-05-01 14:04:44 UTC (rev 36568)
@@ -7,5 +7,5 @@
 
 resource(3, "META:L:DESC") #'MLDC' "Secure HyperText Transfer Protocol URL";
 
-resource(4, "META:PREF_APP") #'MSIG' "application/x-vnd.Mozilla-Firefox";
+resource(4, "META:PREF_APP") #'MSIG' "application/x-vnd.Haiku-WebPositive";
 

Modified: haiku/trunk/src/data/beos_mime/text/html
===================================================================
--- haiku/trunk/src/data/beos_mime/text/html    2010-05-01 13:11:03 UTC (rev 
36567)
+++ haiku/trunk/src/data/beos_mime/text/html    2010-05-01 14:04:44 UTC (rev 
36568)
@@ -10,7 +10,7 @@
 
 resource(3, "META:S:DESC") #'MSDC' "HTML File";
 
-resource(4, "META:PREF_APP") #'MSIG' "application/x-vnd.mozilla-firefox";
+resource(4, "META:PREF_APP") #'MSIG' "application/x-vnd.Haiku-WebPositive";
 
 resource(5, "META:EXTENS") message(234) {
        "extensions" = "htm",


Other related posts:

  • » [haiku-commits] r36568 - in haiku/trunk/src/data/beos_mime: application text - superstippi