diff -r b31f7319419c -r fef218a2297b CheckBox.st --- a/CheckBox.st Thu Apr 22 20:48:49 1999 +0200 +++ b/CheckBox.st Fri Apr 23 14:28:11 1999 +0200 @@ -680,7 +680,7 @@ "Modified: / 17.9.1998 / 14:19:22 / cg" ! ! -!CheckBox methodsFor:'initialization'! +!CheckBox methodsFor:'initialize / release'! defaultControllerClass ^ ToggleController @@ -831,5 +831,5 @@ !CheckBox class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.59 1999-03-31 05:56:38 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libwidg2/CheckBox.st,v 1.60 1999-04-23 12:28:11 cg Exp $' ! !