PanelView.st
changeset 5 7b4fb1b170e5
parent 3 9d7eefb5e69f
child 15 0dbce35d3c69
--- a/PanelView.st	Wed Oct 13 03:46:58 1993 +0100
+++ b/PanelView.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
@@ -19,7 +19,7 @@
 
 PanelView comment:'
 
-COPYRIGHT (c) 1989-93 by Claus Gittinger
+COPYRIGHT (c) 1989 by Claus Gittinger
               All Rights Reserved
 
 this is a view for holding subviews. (layout-widget ?!!)
@@ -29,7 +29,7 @@
 
 HorizontalPanelView and VerticalPanelView are two of them.
 
-$Header: /cvs/stx/stx/libwidg/PanelView.st,v 1.2 1993-10-13 01:03:04 claus Exp $
+$Header: /cvs/stx/stx/libwidg/PanelView.st,v 1.3 1993-10-13 02:48:42 claus Exp $
 
 written spring/summer 89 by claus
 '!