# HG changeset patch # User Claus Gittinger # Date 1057337261 -7200 # Node ID 96674f49b8d784d34823dda375b75aa9d35533b1 # Parent cf1c2f488ba8b191c6905a7a16622cc10ef0fdab *** empty log message *** diff -r cf1c2f488ba8 -r 96674f49b8d7 MenuEditor.st --- a/MenuEditor.st Tue Jul 01 21:31:24 2003 +0200 +++ b/MenuEditor.st Fri Jul 04 18:47:41 2003 +0200 @@ -1066,6 +1066,11 @@ #(#Menu #( #(#MenuItem + #label: 'Standard Menu: File' + #itemValue: #doCreateStandardFileMenu + #translateLabel: true + ) + #(#MenuItem #label: 'Standard Menu: Edit' #itemValue: #doCreateStandardEditMenu #translateLabel: true @@ -1075,11 +1080,6 @@ #itemValue: #doCreateStandardHelpMenu #translateLabel: true ) - #(#MenuItem - #label: 'Standard Menu: File' - #itemValue: #doCreateStandardFileMenu - #translateLabel: true - ) ) nil nil