category included a space
authorClaus Gittinger <cg@exept.de>
Thu, 18 Oct 2001 18:49:58 +0200
changeset 3328 9b9c354205a5
parent 3327 b9b51d81a3b9
child 3329 30435f09bc6f
category included a space
FileBrowser.st
--- a/FileBrowser.st	Thu Oct 18 18:41:58 2001 +0200
+++ b/FileBrowser.st	Thu Oct 18 18:49:58 2001 +0200
@@ -3423,7 +3423,7 @@
     "Modified: / 4.8.1998 / 13:44:14 / cg"
 ! !
 
-!FileBrowser methodsFor:'help '!
+!FileBrowser methodsFor:'help'!
 
 helpTextFor:aComponent
     |s|
@@ -7395,5 +7395,5 @@
 !FileBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.427 2001-10-10 09:08:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FileBrowser.st,v 1.428 2001-10-18 16:49:58 cg Exp $'
 ! !