ControllerWithMenu.st
changeset 125 d74e6ab7157a
parent 123 9f8c7f20fdb2
child 141 caf4432fae8f
--- a/ControllerWithMenu.st	Sat Mar 25 23:17:13 1995 +0100
+++ b/ControllerWithMenu.st	Sun Mar 26 22:14:10 1995 +0200
@@ -21,7 +21,7 @@
 COPYRIGHT (c) 1994 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libview/ControllerWithMenu.st,v 1.2 1995-03-25 22:11:54 claus Exp $
+$Header: /cvs/stx/stx/libview/ControllerWithMenu.st,v 1.3 1995-03-26 20:11:43 claus Exp $
 '!
 
 !ControllerWithMenu class methodsFor:'documentation'!
@@ -42,7 +42,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview/ControllerWithMenu.st,v 1.2 1995-03-25 22:11:54 claus Exp $
+$Header: /cvs/stx/stx/libview/ControllerWithMenu.st,v 1.3 1995-03-26 20:11:43 claus Exp $
 "
 !
 
@@ -50,7 +50,7 @@
 "
     ControllerWithMenus is a very simple controller for a view with
     a middleButtonMenu.
-    This class exists for ST-80 compatibility only.
+    This class currently exists for ST-80 compatibility only.
 "
 ! !