ControllerWithMenu.st
changeset 219 9ff0660f447f
parent 157 891eff44c2e7
child 1150 a3d2fa5c5e6a
--- a/ControllerWithMenu.st	Fri Nov 10 22:20:32 1995 +0100
+++ b/ControllerWithMenu.st	Sat Nov 11 16:54:10 1995 +0100
@@ -17,13 +17,6 @@
        category:'Interface-Support-Controllers'
 !
 
-ControllerWithMenu comment:'
-COPYRIGHT (c) 1994 by Claus Gittinger
-	      All Rights Reserved
-
-$Header: /cvs/stx/stx/libview/ControllerWithMenu.st,v 1.5 1995-07-23 02:25:30 claus Exp $
-'!
-
 !ControllerWithMenu class methodsFor:'documentation'!
 
 copyright
@@ -41,9 +34,7 @@
 !
 
 version
-"
-$Header: /cvs/stx/stx/libview/ControllerWithMenu.st,v 1.5 1995-07-23 02:25:30 claus Exp $
-"
+    ^ '$Header: /cvs/stx/stx/libview/ControllerWithMenu.st,v 1.6 1995-11-11 15:48:50 cg Exp $'
 !
 
 documentation