Launcher.st
changeset 443 ea8f82ba103c
parent 440 afdf9ea91d26
child 450 6668a0aec8d7
--- a/Launcher.st	Thu Mar 21 21:23:54 1996 +0100
+++ b/Launcher.st	Fri Mar 22 15:39:27 1996 +0100
@@ -1186,7 +1186,7 @@
     box addCheckBox:(resources string:'shadows under popup views') on:shadows.
     box addCheckBox:(resources string:'boxes return focus to previously active view') on:returnFocus.
     box addCheckBox:(resources string:'hostname in window labels') on:hostNameInLabel.
-    box addCheckBox:(resources string:'accelerator keys in menus') on:showAccelerators.
+    box addCheckBox:(resources string:'show accelerator keys in menus') on:showAccelerators.
 
     box 
         addHelpButtonFor:'NewLauncher/miscSettings.html';
@@ -1223,7 +1223,7 @@
     ].
     box destroy
 
-    "Modified: 2.3.1996 / 14:53:49 / cg"
+    "Modified: 22.3.1996 / 15:13:50 / cg"
 !
 
 printerSettings
@@ -2394,5 +2394,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.99 1996-03-19 13:44:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.100 1996-03-22 14:39:27 cg Exp $'
 ! !