ObjectView.st
changeset 2144 8cfc21c91319
parent 2134 1bb04fefce04
child 2227 58426f7611f2
--- a/ObjectView.st	Sat Feb 12 16:31:35 2000 +0100
+++ b/ObjectView.st	Sat Feb 12 16:36:04 2000 +0100
@@ -322,7 +322,7 @@
     "Modified: / 4.7.1999 / 18:55:01 / cg"
 ! !
 
-!ObjectView methodsFor:'adding / removing'!
+!ObjectView methodsFor:'adding & removing'!
 
 add:something
     "add something, anObject or a collection of objects to the contents
@@ -3227,5 +3227,5 @@
 !ObjectView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.82 2000-02-11 13:11:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.83 2000-02-12 15:35:54 cg Exp $'
 ! !