class: NewLauncher
authorClaus Gittinger <cg@exept.de>
Wed, 30 Oct 2013 09:49:51 +0100
changeset 13653 d690e51303d3
parent 13652 fb6fef959bf5
child 13654 e33fa0be5522
class: NewLauncher changed: #windowsMenu
NewLauncher.st
--- a/NewLauncher.st	Wed Oct 30 09:48:38 2013 +0100
+++ b/NewLauncher.st	Wed Oct 30 09:49:51 2013 +0100
@@ -3060,6 +3060,13 @@
            (Menu
               (
                (MenuItem
+                  label: 'Bring all Windows onto Screen'
+                  itemValue: bringAllWindowsOntoScreen
+                )
+               (MenuItem
+                  label: '-'
+                )
+               (MenuItem
                   activeHelpKey: windowsMigrateAllWindows
                   enabled: windowMigrationFunctionsAreShown
                   label: 'Migrate All To...'
@@ -5070,14 +5077,14 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.480 2013-10-25 08:07:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.481 2013-10-30 08:49:51 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.480 2013-10-25 08:07:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.481 2013-10-30 08:49:51 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: NewLauncher.st,v 1.480 2013-10-25 08:07:47 cg Exp $'
+    ^ '$Id: NewLauncher.st,v 1.481 2013-10-30 08:49:51 cg Exp $'
 ! !