diff -r 817cce99fc96 -r 0c57ab09156b MenuEditor.st --- a/MenuEditor.st Fri Sep 28 17:19:17 2001 +0200 +++ b/MenuEditor.st Wed Oct 10 11:44:41 2001 +0200 @@ -1416,12 +1416,6 @@ #( #(#MenuItem - #label: 'About' - #translateLabel: true - #labelImage: #(#ResourceRetriever nil #menuIcon) - #submenuChannel: #menuAbout - ) - #(#MenuItem #label: '&File' #activeHelpKey: #file #translateLabel: true @@ -1563,6 +1557,16 @@ #activeHelpKey: #helpShowHelp #indication: #showingHelp: ) + #(#MenuItem + #label: '-' + ) + #(#MenuItem + #label: 'About MenuEditor...' + #translateLabel: true + #value: #openAboutThisApplication + #activeHelpKey: #aboutThisAppliaction + ) + ) nil nil )