method category rename
authorClaus Gittinger <cg@exept.de>
Wed, 07 May 2003 16:44:19 +0200
changeset 2747 6fd2aa4c9300
parent 2746 e7a2aa5e1b92
child 2748 c1efcd93841b
method category rename
ObjectView.st
--- a/ObjectView.st	Wed May 07 16:39:15 2003 +0200
+++ b/ObjectView.st	Wed May 07 16:44:19 2003 +0200
@@ -2490,7 +2490,7 @@
     "Modified: 31.5.1996 / 19:38:22 / cg"
 ! !
 
-!ObjectView methodsFor:'saving / restoring'!
+!ObjectView methodsFor:'saving & restoring'!
 
 fileInContentsFrom:aStream
     "remove all objects, load new contents from aStream and redraw"
@@ -3273,5 +3273,5 @@
 !ObjectView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.96 2003-04-23 14:20:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ObjectView.st,v 1.97 2003-05-07 14:44:19 cg Exp $'
 ! !