ObjectView.st
changeset 2449 b9bf97bf089d
parent 2435 a47df77ac405
child 2615 e5ff9323b909
--- a/ObjectView.st	Thu Oct 18 18:49:42 2001 +0200
+++ b/ObjectView.st	Thu Oct 18 18:52:05 2001 +0200
@@ -502,7 +502,7 @@
     ]
 ! !
 
-!ObjectView methodsFor:'cut & paste '!
+!ObjectView methodsFor:'cut & paste'!
 
 convertForPaste:anObject
     "return a converted version of anObject to be pasted, or nil if
@@ -3246,5 +3246,5 @@
 !ObjectView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.88 2001-10-10 13:40:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.89 2001-10-18 16:51:44 cg Exp $'
 ! !