NewLauncher.st
changeset 2765 c85460a22ba8
parent 2760 907ed0277b42
child 2767 6a5f15f83c2d
--- a/NewLauncher.st	Thu Sep 07 15:17:17 2000 +0200
+++ b/NewLauncher.st	Thu Sep 07 19:24:35 2000 +0200
@@ -530,6 +530,9 @@
 #windowsDeiconifyAll
 'Restore all minimized ST/X windows.'
 
+#windowsMigrateAllWindows
+'Migrate all ST/X windows to some other display.'
+
 #windowsFindAndMigrate
 'Select an ST/X window by name and move it to another display.'
 
@@ -1390,6 +1393,12 @@
                   #activeHelpKey: #windowsDeiconifyAll
                 )
                #(#MenuItem
+                  #label: 'Migrate All to...'
+                  #translateLabel: true
+                  #value: #migrateAllWindows
+                  #activeHelpKey: #windowsMigrateAllWindows
+                )
+               #(#MenuItem
                   #label: '-'
                 )
                #(#MenuItem
@@ -3567,5 +3576,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.201 2000-09-06 15:33:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.202 2000-09-07 17:24:25 cg Exp $'
 ! !