HorizontalScrollBar.st
changeset 5 7b4fb1b170e5
parent 3 9d7eefb5e69f
child 7 15a9291b9bd0
--- a/HorizontalScrollBar.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/HorizontalScrollBar.st	Wed Oct 13 03:49:56 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
@@ -20,14 +20,14 @@
 
 HorizontalScrollBar comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 this class implements horizontal scrollbars with scroller and
 2 step-scroll buttons. when moved or stepped, it perform a
 predefined action.
 
-$Header: /cvs/stx/stx/libwidg/HorizontalScrollBar.st,v 1.2 1993-10-13 01:02:21 claus Exp $
+$Header: /cvs/stx/stx/libwidg/HorizontalScrollBar.st,v 1.3 1993-10-13 02:47:56 claus Exp $
 
 written spring/summer 89 by claus
 '!