NewLauncher.st
changeset 14573 0ed374a9788f
parent 14518 f17fb88ae4ff
child 14602 26102c08f871
--- a/NewLauncher.st	Thu Jul 03 20:46:22 2014 +0200
+++ b/NewLauncher.st	Thu Jul 03 20:46:54 2014 +0200
@@ -3082,6 +3082,12 @@
                   itemValue: viewMigrate
                 )
                (MenuItem
+                  activeHelpKey: windowsSelectAndMigrate
+                  enabled: windowMigrationFunctionsAreShown
+                  label: 'Select and Shrink...'
+                  itemValue: viewSelectAndShrink
+                )
+               (MenuItem
                   activeHelpKey: windowsFindAndMigrate
                   enabled: windowMigrationFunctionsAreShown
                   label: 'Find by Name and Migrate To...'
@@ -5108,14 +5114,14 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.491 2014-06-17 09:39:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.492 2014-07-03 18:46:54 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.491 2014-06-17 09:39:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.492 2014-07-03 18:46:54 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: NewLauncher.st,v 1.491 2014-06-17 09:39:20 cg Exp $'
+    ^ '$Id: NewLauncher.st,v 1.492 2014-07-03 18:46:54 cg Exp $'
 ! !