changed: #applicationProgLangTypeList
authorClaus Gittinger <cg@exept.de>
Tue, 21 Aug 2012 20:56:25 +0200
changeset 3020 3f9c74ff0975
parent 3019 5badbdb40d34
child 3021 39995ec958eb
changed: #applicationProgLangTypeList
MIMETypes.st
--- a/MIMETypes.st	Mon Aug 13 16:23:34 2012 +0200
+++ b/MIMETypes.st	Tue Aug 21 20:56:25 2012 +0200
@@ -436,7 +436,7 @@
 !
 
 applicationProgLangTypeList
-    "applications for programm languages"
+    "applications for programming languages"
 
     ^ #(
         ('st' 'cls' 'rc')            'application/x-smalltalk-source'
@@ -456,6 +456,7 @@
         'csh'                        'application/x-csh'
         'tcl'                        'application/x-tcl'
         'pl'                         'application/x-perl'
+        'dart'                       'application/x-dart'
         'mak'                        'application/x-make'
         'bat'                        'application/x-batch-script'
         ('asn1' 'x409' 'gdmo' 'gdm') 'application/x-asn1-source'
@@ -464,8 +465,7 @@
          'arc' 'cl' 'brg')           'application/x-lisp-source'
     )
 
-    "Modified: / 24-06-2011 / 10:29:23 / cg"
-    "Modified (format): / 26-05-2012 / 15:25:43 / cg"
+    "Modified (comment): / 21-08-2012 / 20:55:13 / cg"
 !
 
 applicationTextTypeList
@@ -1339,11 +1339,11 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.123 2012-07-29 11:14:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.124 2012-08-21 18:56:25 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.123 2012-07-29 11:14:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.124 2012-08-21 18:56:25 cg Exp $'
 ! !
 
 MIMETypes initialize!