[haiku-commits] haiku: hrev46292 - src/data/mime_db/application

  • From: revol@xxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sat, 26 Oct 2013 21:02:33 +0200 (CEST)

hrev46292 adds 1 changeset to branch 'master'
old head: b3025a8642645f026efef25e5302e5183113aa59
new head: 7cf311823a08f4c0e4b67704111fb37d5e185510
overview: http://cgit.haiku-os.org/haiku/log/?qt=range&q=7cf3118+%5Eb3025a8

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

7cf3118: Fix comments

                                          [ François Revol <revol@xxxxxxx> ]

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

Revision:    hrev46292
Commit:      7cf311823a08f4c0e4b67704111fb37d5e185510
URL:         http://cgit.haiku-os.org/haiku/commit/?id=7cf3118
Author:      François Revol <revol@xxxxxxx>
Date:        Sat Oct 26 19:02:11 2013 UTC

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

1 file changed, 5 insertions(+), 5 deletions(-)
src/data/mime_db/application/x-vnd.haiku-package | 10 +++++-----

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

diff --git a/src/data/mime_db/application/x-vnd.haiku-package 
b/src/data/mime_db/application/x-vnd.haiku-package
index 2752d05..5a91478 100644
--- a/src/data/mime_db/application/x-vnd.haiku-package
+++ b/src/data/mime_db/application/x-vnd.haiku-package
@@ -9,14 +9,14 @@ resource(3, "META:L:DESC") #'MLDC' "Haiku software package 
file";
 
 resource(4, "META:SNIFF_RULE") "0.60 (\"hpkg\")";
 
-# TODO: That should be the package manager.
-#resource(5, "META:PREF_APP") #'MSIG' "application/x-vnd.Haiku-Expander";
+// TODO: That should be the package manager.
+//resource(5, "META:PREF_APP") #'MSIG' "application/x-vnd.Haiku-Expander";
 
 resource(6, "META:EXTENS") message(234) {
        "extensions" = "hpkg",
        "type" = "application/x-vnd.haiku-package"
 };
 
-# TODO: No icon yet. :-/
-#resource(7, "META:ICON") #'VICN' array {
-#};
+// TODO: No icon yet. :-/
+//resource(7, "META:ICON") #'VICN' array {
+//};


Other related posts:

  • » [haiku-commits] haiku: hrev46292 - src/data/mime_db/application - revol