checkin from browser
authorClaus Gittinger <cg@exept.de>
Tue, 21 Oct 2003 09:28:18 +0200
changeset 5288 ded5fff91032
parent 5287 693e3ca577aa
child 5289 65d94026da0e
checkin from browser
DirectoryContentsBrowser.st
--- a/DirectoryContentsBrowser.st	Tue Oct 21 09:27:42 2003 +0200
+++ b/DirectoryContentsBrowser.st	Tue Oct 21 09:28:18 2003 +0200
@@ -2650,8 +2650,6 @@
 !
 
 mimeType
-    "return the value of the instance variable 'mimeType' (automatically generated)"
-
     mimeType isNil ifTrue:[
         mimeType := MIMETypes mimeTypeForFilename:(self fileName).
         mimeType isNil ifTrue:[
@@ -3046,5 +3044,5 @@
 !DirectoryContentsBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.132 2003-10-09 20:48:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DirectoryContentsBrowser.st,v 1.133 2003-10-21 07:28:18 cg Exp $'
 ! !