category rename rel3-1-2
authorClaus Gittinger <cg@exept.de>
Sun, 27 Oct 1996 15:13:34 +0100
changeset 347 2a795646e985
parent 346 1612c23d9c5d
child 348 74f1fda9deb0
category rename
BlockValue.st
--- a/BlockValue.st	Sat Oct 26 19:17:33 1996 +0200
+++ b/BlockValue.st	Sun Oct 27 15:13:34 1996 +0100
@@ -253,7 +253,7 @@
     "Modified: 17.12.1995 / 15:59:16 / cg"
 ! !
 
-!BlockValue methodsFor:'change and update'!
+!BlockValue methodsFor:'change & update'!
 
 update:something with:aParameter from:someone
     |oldValue|
@@ -281,6 +281,6 @@
 !BlockValue class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/BlockValue.st,v 1.7 1996-05-18 15:37:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/BlockValue.st,v 1.8 1996-10-27 14:13:34 cg Exp $'
 ! !
 BlockValue initialize!