comment/format
authorClaus Gittinger <cg@exept.de>
Tue, 02 Feb 2010 15:18:27 +0100
changeset 2820 98e9403031ad
parent 2819 691218db6b3c
child 2821 f4e296477b96
comment/format
MIMETypes.st
--- a/MIMETypes.st	Tue Feb 02 15:18:09 2010 +0100
+++ b/MIMETypes.st	Tue Feb 02 15:18:27 2010 +0100
@@ -701,10 +701,10 @@
     ^ type
 
     "
-     self mimeTypeForFilename:'typeinst.dvi'      
-     self mimeTypeForFilename:'foo.tar'
-     self mimeTypeForFilename:'foo.tgz'
-     self mimeTypeForFilename:'foo.tar.gz'
+     MIMETypes mimeTypeForFilename:'typeinst.dvi'      
+     MIMETypes mimeTypeForFilename:'foo.tar'
+     MIMETypes mimeTypeForFilename:'foo.tgz'
+     MIMETypes mimeTypeForFilename:'foo.tar.gz'
     "
 !
 
@@ -1301,11 +1301,11 @@
 !MIMETypes class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.105 2009-10-06 08:31:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.106 2010-02-02 14:18:27 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.105 2009-10-06 08:31:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/MIMETypes.st,v 1.106 2010-02-02 14:18:27 cg Exp $'
 ! !
 
 MIMETypes initialize!