MenuButton.st
changeset 3 0332d1e8cecb
parent 2 ab6002adaee1
child 86 4d7dbb5f1719
--- a/MenuButton.st	Wed Oct 13 02:03:48 1993 +0100
+++ b/MenuButton.st	Wed Oct 13 03:48:35 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1989-93 by Claus Gittinger
+ COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,14 +19,14 @@
 
 MenuButton comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
 	      All Rights Reserved
 
 these objects implement the special buttons used for pull-down-menu-bars.
 they highlight on enter events (while pressed) and perform their
 action on release
 
-$Header: /cvs/stx/stx/libwidg2/MenuButton.st,v 1.2 1993-10-13 01:02:51 claus Exp $
+$Header: /cvs/stx/stx/libwidg2/MenuButton.st,v 1.3 1993-10-13 02:48:32 claus Exp $
 written spring/summer 89 by claus
 '!