DisplayObject.st
changeset 1765 f9311e0db03f
parent 1707 a19b46682bc6
child 1789 f52f0a0d8448
--- a/DisplayObject.st	Wed May 07 16:31:40 2003 +0200
+++ b/DisplayObject.st	Wed May 07 16:38:01 2003 +0200
@@ -522,7 +522,7 @@
     ^ self
 ! !
 
-!DisplayObject methodsFor:'user actions - move'!
+!DisplayObject methodsFor:'user actions-move'!
 
 moveTo:aPoint
     "object must move to new origin
@@ -534,5 +534,5 @@
 !DisplayObject class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/DisplayObject.st,v 1.30 2003-02-28 17:20:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/DisplayObject.st,v 1.31 2003-05-07 14:38:01 cg Exp $'
 ! !