MenuView.st
changeset 831 8af010be0a02
parent 799 64f8700489a4
child 878 b1b2839ff515
--- a/MenuView.st	Mon Sep 09 19:36:17 1996 +0200
+++ b/MenuView.st	Tue Sep 10 00:59:12 1996 +0200
@@ -10,6 +10,8 @@
  hereby transferred.
 "
 
+'From Smalltalk/X, Version:2.10.9 on 9-sep-1996 at 22:52:44'                    !
+
 SelectionInListView subclass:#MenuView
 	instanceVariableNames:'selectors args receiver enableFlags disabledFgColor onOffFlags
 		subMenus subMenuShown superMenu checkColor lineLevel lineInset
@@ -44,7 +46,7 @@
 documentation
 "
     a menu view used for both pull-down-menus and pop-up-menus (and also,
-    for nonModal menus, such as the Launchers click-menu).
+    for nonModal menus, such as the OldLaunchers click-menu).
     the action to be performed can be defined either as:
 
     1) action:aBlockWithOneArg
@@ -2548,5 +2550,5 @@
 !MenuView  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.90 1996-07-19 18:56:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/MenuView.st,v 1.91 1996-09-09 22:59:12 stefan Exp $'
 ! !