comment/format in: #initialize
authorClaus Gittinger <cg@exept.de>
Tue, 29 Nov 2011 19:12:36 +0100
changeset 2970 8b91ec204044
parent 2969 dcf5f13a25eb
child 2971 07bd4e98036e
comment/format in: #initialize changed: #applicationTextTypeList #examples
MIMETypes.st
--- a/MIMETypes.st	Fri Nov 18 14:08:15 2011 +0100
+++ b/MIMETypes.st	Tue Nov 29 19:12:36 2011 +0100
@@ -67,10 +67,15 @@
 
 examples
 "
+                                                                            [exBegin]
     MIMETypes mimeTypeFromString:'application/x-expecco-testsuite' 
+                                                                            [exEnd]
 
+                                                                            [exBegin]
     MIMETypes mimeTypeForSuffix:'gif'     
-    MIMETypes mimeTypeForSuffix:'ets'     
+    MIMETypes mimeTypeForSuffix:'ets'
+    MIMETypes mimeTypeForSuffix:'xlsx'
+                                                                            [exEnd]
 "
 !
 
@@ -104,8 +109,11 @@
     self initializeParenthesisSpecMappings.
 
     "
-     self initialize"
+     self initialize
+    "
+
     "Modified: / 10-04-2007 / 15:16:44 / cg"
+    "Modified (comment): / 29-11-2011 / 19:11:51 / cg"
 !
 
 initializeCommentStringMappings
@@ -474,9 +482,10 @@
         'xls'                        'application/x-excel'   
         'slk'                        'application/vnd.ms-excel'
         'txt'                        'text/plain'
+        'xlsx'                       'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
     )
 
-    "Modified: / 10-05-2011 / 11:54:42 / cg"
+    "Modified: / 29-11-2011 / 19:11:26 / cg"
 !
 
 applicationTypeList
@@ -1328,11 +1337,11 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.118 2011-11-03 10:55:02 sr Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.119 2011-11-29 18:12:36 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.118 2011-11-03 10:55:02 sr Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.119 2011-11-29 18:12:36 cg Exp $'
 ! !
 
 MIMETypes initialize!