ClickMenuView.st
changeset 586 032b3245e53a
parent 497 072d3b8507fd
child 593 86dd024ed773
--- a/ClickMenuView.st	Thu Apr 25 19:26:41 1996 +0200
+++ b/ClickMenuView.st	Thu Apr 25 19:34:16 1996 +0200
@@ -40,6 +40,9 @@
 
     ClickMenuViews can be used as static menus (i.e. non-popping); 
     for example, the old launcher uses an instance of ClickMenuView.
+
+    [author:]
+        Claus Gittinger
 "
 !
 
@@ -118,5 +121,5 @@
 !ClickMenuView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/ClickMenuView.st,v 1.9 1996-03-08 13:43:54 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/ClickMenuView.st,v 1.10 1996-04-25 17:30:13 cg Exp $'
 ! !