RadioButtonController.st
changeset 200 aa3e56929a5a
parent 174 d80a6cc3f9b2
child 203 8a38b0b03233
--- a/RadioButtonController.st	Thu Nov 23 11:37:10 1995 +0100
+++ b/RadioButtonController.st	Thu Nov 23 11:42:48 1995 +0100
@@ -10,8 +10,6 @@
  hereby transferred.
 "
 
-'From Smalltalk/X, Version:2.10.5 on 14-mar-1995 at 11:07:27 am'!
-
 ToggleController subclass:#RadioButtonController
 	 instanceVariableNames:''
 	 classVariableNames:''
@@ -35,10 +33,6 @@
 "
 !
 
-version
-    ^ '$Header: /cvs/stx/stx/libwidg/RadioButtonController.st,v 1.4 1995-11-11 16:22:21 cg Exp $'
-!
-
 documentation
 "
     RadioButtonControllers redefine the response to a button-click.
@@ -51,6 +45,10 @@
     You can place both toggles (for 'zero-or-one-on' behavior) or
     radiobuttons (for 'one-on' behavior) into a buttongroup.
 "
+!
+
+version
+    ^ '$Header: /cvs/stx/stx/libwidg/RadioButtonController.st,v 1.5 1995-11-23 10:40:10 cg Exp $'
 ! !
 
 !RadioButtonController methodsFor:'event handling'!