ShadowView.st
changeset 6 7ee0cfde237d
parent 5 e5942fea6925
child 12 9f0995fac1fa
--- a/ShadowView.st	Wed Oct 13 01:46:50 1993 +0100
+++ b/ShadowView.st	Wed Oct 13 03:44:47 1993 +0100
@@ -1,5 +1,5 @@
 "
- COPYRIGHT (c) 1991-93 by Claus Gittinger
+ COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
  This software is furnished under a license and may be used
@@ -19,13 +19,13 @@
 
 ShadowView comment:'
 
-COPYRIGHT (c) 1991-93 by Claus Gittinger
+COPYRIGHT (c) 1991 by Claus Gittinger
               All Rights Reserved
 
 just to give PopUps and ModalBoxes a shadow. A ShadowView just paints black.
 The instance variable myView is the view, the shadow is for.
 
-$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.3 1993-10-13 00:46:27 claus Exp $
+$Header: /cvs/stx/stx/libview/ShadowView.st,v 1.4 1993-10-13 02:44:17 claus Exp $
 written nov 91 by claus.
 real shadow added jun-93 by claus (if shadowColor is nil)
 '!