DirectoryContentsBrowser.st
changeset 5288 ded5fff91032
parent 5263 8d830c5f3799
child 5290 8aeb40fef0f7
--- 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 $'
 ! !