Launcher.st
changeset 1415 a4929286176a
parent 1412 11c2404545c3
child 1421 c328ba291fa0
--- a/Launcher.st	Thu Jan 22 19:56:29 1998 +0100
+++ b/Launcher.st	Fri Jan 23 17:27:06 1998 +0100
@@ -4140,11 +4140,10 @@
 
     myMenu at:#tools 
            putLabels:(resources array:#(
-                                        'new launcher'
-                                        '-'
                                         'workspace'
                                         '-'
                                         'GUI builder'
+                                        'new launcher'
                                         '-'
                                         'monitors'
                                         '-'
@@ -4155,11 +4154,10 @@
                                         'misc'
                                         ))
            selectors:#(
-                                        #startNewLauncher
-                                        nil
                                         #startWorkspace 
                                         nil
                                         #startGUIBuilder 
+                                        #startNewLauncher
                                         nil
                                         #monitors
                                         nil
@@ -4980,5 +4978,5 @@
 !Launcher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.310 1998-01-22 16:37:46 tz Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Launcher.st,v 1.311 1998-01-23 16:27:06 tz Exp $'
 ! !