RadioButtonGroup.st
changeset 3 9d7eefb5e69f
parent 0 e6a541c1c0eb
child 5 7b4fb1b170e5
--- a/RadioButtonGroup.st	Wed Oct 13 02:01:27 1993 +0100
+++ b/RadioButtonGroup.st	Wed Oct 13 02:04:14 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1991 by Claus Gittinger
+ COPYRIGHT (c) 1991-93 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,13 +19,13 @@
 
 RadioButtonGroup comment:'
 
-COPYRIGHT (c) 1991 by Claus Gittinger
+COPYRIGHT (c) 1991-93 by Claus Gittinger
               All Rights Reserved
 
 RadioButtonGroups controll the interaction between RadioButtons
 turning off other button(s) when one of the group is pressed.
 
-@(#)RButtGrp.st	3.1 92/08/23
+$Header: /cvs/stx/stx/libwidg/RadioButtonGroup.st,v 1.2 1993-10-13 01:03:11 claus Exp $
 written nov 91 by claus
 '!