checkin from browser
authorClaus Gittinger <cg@exept.de>
Wed, 16 Feb 2000 09:50:12 +0100
changeset 2617 563dee064b18
parent 2616 1bb7b4de307e
child 2618 0d7833f6f9c4
checkin from browser
NewLauncher.st
--- a/NewLauncher.st	Wed Feb 16 09:49:58 2000 +0100
+++ b/NewLauncher.st	Wed Feb 16 09:50:12 2000 +0100
@@ -679,11 +679,10 @@
             )
           )
          #(#MenuItem
-            #label: 'File'
+            #label: '&File'
             #translateLabel: true
             #activeHelpKey: #file
             #shortcutKeyCharacter: #Cmdf
-            #accessCharacterPosition: 1
             #submenu: 
            #(#Menu
               #(
@@ -1658,12 +1657,11 @@
             )
           )
          #(#MenuItem
-            #label: 'Help'
+            #label: '&Help'
             #translateLabel: true
             #startGroup: #right
             #activeHelpKey: #help
             #shortcutKeyCharacter: #Cmdh
-            #accessCharacterPosition: 1
             #submenu: 
            #(#Menu
               #(
@@ -2918,5 +2916,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.169 2000-02-12 10:59:11 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.170 2000-02-16 08:50:12 cg Exp $'
 ! !