*** empty log message ***
authortz
Fri, 06 Feb 1998 18:32:20 +0100
changeset 612 e0fd14c460ae
parent 611 ba39b8506e97
child 613 5bdf59b03e8e
*** empty log message ***
MenuEditor.st
--- a/MenuEditor.st	Fri Feb 06 15:24:04 1998 +0100
+++ b/MenuEditor.st	Fri Feb 06 18:32:20 1998 +0100
@@ -177,7 +177,7 @@
 'A boolean value holder providing visibility of the menu item.'
 
 #fileLoad
-'Opens a dialog for selecting a menu spec.'
+'Opens a dialog for selecting and loading a menu spec from a class.'
 
 #fileNew
 'Creates a new menu spec.'
@@ -201,6 +201,7 @@
 'Selector which returns an image.'
 
 )
+
 ! !
 
 !MenuEditor class methodsFor:'interface specs'!