RadioButton.st
changeset 3 9d7eefb5e69f
parent 0 e6a541c1c0eb
child 5 7b4fb1b170e5
--- a/RadioButton.st	Wed Oct 13 02:01:27 1993 +0100
+++ b/RadioButton.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 @@
 
 RadioButton comment:'
 
-COPYRIGHT (c) 1991 by Claus Gittinger
+COPYRIGHT (c) 1991-93 by Claus Gittinger
 	      All Rights Reserved
 
 like a Toggle, but do not turn off when pressed again, instead only
 turn off when another RadioButton is pressed (see RadioButtonGroup).
 
-@(#)RButton.st	3.1 92/08/23
+$Header: /cvs/stx/stx/libwidg/RadioButton.st,v 1.2 1993-10-13 01:03:13 claus Exp $
 written fall 91 by claus
 '!