FramedBox.st
changeset 2227 58426f7611f2
parent 2203 1550851c94f6
child 2364 de2ff9b393ec
--- a/FramedBox.st	Mon Aug 21 13:23:26 2000 +0200
+++ b/FramedBox.st	Tue Aug 22 00:45:25 2000 +0200
@@ -478,7 +478,7 @@
     "Modified: / 6.6.1998 / 20:04:39 / cg"
 ! !
 
-!FramedBox methodsFor:'accessing - channels'!
+!FramedBox methodsFor:'accessing-channels'!
 
 labelChannel
     "return the labelChannel - or nil"
@@ -502,7 +502,7 @@
     ].
 ! !
 
-!FramedBox methodsFor:'change and update'!
+!FramedBox methodsFor:'change & update'!
 
 update:what with:aPara from:aModel
     "the MVC way of changing the label ...
@@ -772,5 +772,5 @@
 !FramedBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.41 2000-08-03 07:29:45 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/FramedBox.st,v 1.42 2000-08-21 22:44:08 cg Exp $'
 ! !