FileBrowser.st
changeset 4910 ddb0c217c242
parent 4868 2b7bee8c819b
child 4967 d326411f4d1e
--- a/FileBrowser.st	Mon May 19 11:14:16 2003 +0200
+++ b/FileBrowser.st	Mon May 19 11:20:45 2003 +0200
@@ -414,7 +414,7 @@
     VisitedFileHistory addFirst:path.
 ! !
 
-!FileBrowser class methodsFor:'icon - presentation'!
+!FileBrowser class methodsFor:'icon-presentation'!
 
 addOnIconsFor:aFilename to:aIcon
     "given a fileName, return an appropriate icon"
@@ -7822,5 +7822,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.534 2003-05-07 14:56:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.535 2003-05-19 09:20:45 cg Exp $'
 ! !