comment/format in: #defaultCommandPerMIME
authorClaus Gittinger <cg@exept.de>
Fri, 16 Sep 2011 18:10:39 +0200
changeset 2942 693d381bc775
parent 2941 f650030b77ee
child 2943 1a830cba31ff
comment/format in: #defaultCommandPerMIME
MIMETypes.st
--- a/MIMETypes.st	Thu Sep 15 10:44:45 2011 +0200
+++ b/MIMETypes.st	Fri Sep 16 18:10:39 2011 +0200
@@ -941,6 +941,12 @@
         ^ DefaultCommandPerMIMEPerOS at:#unix
     ].
     ^ DefaultCommandPerMIMEPerOS at:#win32
+
+    "
+     MIMETypes defaultCommandPerMIME
+    "
+
+    "Modified (comment): / 16-09-2011 / 16:20:12 / cg"
 !
 
 defaultCommandTemplateToOpenMimeType:mimeType
@@ -1321,11 +1327,11 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.116 2011-09-06 08:50:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.117 2011-09-16 16:10:39 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.116 2011-09-06 08:50:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.117 2011-09-16 16:10:39 cg Exp $'
 ! !
 
 MIMETypes initialize!