CheckBox.st
changeset 2500 1477b0a5a918
parent 2157 6cfdf247519a
child 2742 d2fd4c68feb3
--- a/CheckBox.st	Wed May 07 16:54:30 2003 +0200
+++ b/CheckBox.st	Wed May 07 16:56:39 2003 +0200
@@ -740,7 +740,7 @@
     "Modified: / 17.9.1998 / 14:19:22 / cg"
 ! !
 
-!CheckBox methodsFor:'initialize / release'!
+!CheckBox methodsFor:'initialization & release'!
 
 defaultControllerClass
     ^ ToggleController
@@ -901,5 +901,5 @@
 !CheckBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.71 2002-08-22 16:55:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.72 2003-05-07 14:55:50 cg Exp $'
 ! !