NewLauncher.st
changeset 1582 59598ede02ac
parent 1580 3ad279fc384b
child 1585 262b665632d4
--- a/NewLauncher.st	Thu Apr 23 12:17:50 1998 +0200
+++ b/NewLauncher.st	Thu Apr 23 12:51:08 1998 +0200
@@ -438,7 +438,7 @@
                           #activeHelpKey: #aboutSTX
                       )
                        #(#MenuItem
-                          #label: 'License Conditions'
+                          #label: 'Licence Conditions'
                           #translateLabel: true
                           #value: #openLicenseConditions
                           #activeHelpKey: #aboutLicenseConditions
@@ -850,6 +850,7 @@
             )
              #(#MenuItem
                 #label: 'Settings'
+                #translateLabel: true
                 #activeHelpKey: #settings
                 #submenu: 
                  #(#Menu
@@ -1435,6 +1436,8 @@
           ) nil
           nil
       )
+
+    "Modified: / 23.4.1998 / 12:49:58 / cg"
 !
 
 menuToolbar
@@ -5141,5 +5144,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.56 1998-04-23 09:46:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.57 1998-04-23 10:51:08 cg Exp $'
 ! !