category included a space
authorClaus Gittinger <cg@exept.de>
Thu, 18 Oct 2001 18:42:38 +0200
changeset 2447 b3bd3211b0d0
parent 2446 3771875cd836
child 2448 425e9a7d369d
category included a space
EnterBox.st
--- a/EnterBox.st	Thu Oct 18 15:46:28 2001 +0200
+++ b/EnterBox.st	Thu Oct 18 18:42:38 2001 +0200
@@ -286,7 +286,7 @@
     ^ self defaultExtent
 ! !
 
-!EnterBox class methodsFor:'easy startup '!
+!EnterBox class methodsFor:'easy startup'!
 
 request:aTitle
     "create and show an enterBox asking for aTitle.
@@ -680,5 +680,5 @@
 !EnterBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EnterBox.st,v 1.54 2001-10-18 13:03:33 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EnterBox.st,v 1.55 2001-10-18 16:42:38 cg Exp $'
 ! !