ButtonController.st
changeset 602 382d6e06cf1a
parent 582 e151eeae2c9a
child 704 5989a3af6207
--- a/ButtonController.st	Tue Apr 30 15:10:31 1996 +0200
+++ b/ButtonController.st	Tue Apr 30 15:12:29 1996 +0200
@@ -212,10 +212,11 @@
 !ButtonController methodsFor:'accessing-channels'!
 
 enableChannel
-    "return the valueHolder which holdes the enable
-     boolean value"
+    "return the valueHolder holding the enable boolean value"
 
     ^ enableChannel
+
+    "Modified: 30.4.1996 / 15:09:30 / cg"
 !
 
 enableChannel:aValueHolder
@@ -572,5 +573,5 @@
 !ButtonController class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ButtonController.st,v 1.31 1996-04-25 16:35:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ButtonController.st,v 1.32 1996-04-30 13:12:29 cg Exp $'
 ! !