NewLauncher.st
changeset 2620 fe33eeb9d2ad
parent 2619 0d9d41be333d
child 2630 66627576afc9
--- a/NewLauncher.st	Wed Feb 16 11:43:24 2000 +0100
+++ b/NewLauncher.st	Wed Feb 16 11:54:09 2000 +0100
@@ -1311,7 +1311,7 @@
                         #label: '-'
                       )
                      #(#MenuItem
-                        #label: 'Remote Launcher'
+                        #label: 'Remote Launcher...'
                         #translateLabel: true
                         #value: #startRemoteLauncher
                         #activeHelpKey: #demosRemoteLauncher
@@ -1356,7 +1356,7 @@
                         #argument: 'Games::PingPongGame'
                       )
                      #(#MenuItem
-                        #label: 'PingPong (2 players)'
+                        #label: 'PingPong - (2 players)'
                         #translateLabel: true
                         #value: #startPingPong2
                         #activeHelpKey: #gamesPingPong2
@@ -2916,5 +2916,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.171 2000-02-16 10:43:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.172 2000-02-16 10:53:48 cg Exp $'
 ! !