Rectangle.st
changeset 7297 165148714132
parent 7261 f35fc9cee675
child 7582 279c8f991809
--- a/Rectangle.st	Mon May 19 11:11:52 2003 +0200
+++ b/Rectangle.st	Mon May 19 12:10:56 2003 +0200
@@ -261,7 +261,7 @@
     "Created: 10.2.1997 / 12:14:32 / cg"
 ! !
 
-!Rectangle class methodsFor:'instance creation - interactive'!
+!Rectangle class methodsFor:'instance creation-interactive'!
 
 fromUser
     "let user specify a rectangle on the screen, return it"
@@ -1774,5 +1774,5 @@
 !Rectangle class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Rectangle.st,v 1.75 2003-05-07 14:30:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Rectangle.st,v 1.76 2003-05-19 10:10:56 cg Exp $'
 ! !