changed: #windowsMenu
authorClaus Gittinger <cg@exept.de>
Tue, 06 Apr 2010 20:15:00 +0200
changeset 9404 d5f3037e277e
parent 9403 ba9cafeaecd7
child 9405 5b598565288a
changed: #windowsMenu
NewLauncher.st
--- a/NewLauncher.st	Mon Apr 05 10:44:49 2010 +0200
+++ b/NewLauncher.st	Tue Apr 06 20:15:00 2010 +0200
@@ -3006,28 +3006,28 @@
                   label: 'Migrate All To...'
                   itemValue: migrateAllWindows
                   translateLabel: true
-                  isVisible: windowMigrationFunctionsAreShown
+                  enabled: windowMigrationFunctionsAreShown
                 )
                (MenuItem
                   activeHelpKey: windowsSelectAndMigrate
                   label: 'Select and Migrate To...'
                   itemValue: viewMigrate
                   translateLabel: true
-                  isVisible: windowMigrationFunctionsAreShown
+                  enabled: windowMigrationFunctionsAreShown
                 )
                (MenuItem
                   activeHelpKey: windowsFindAndMigrate
                   label: 'Find by Name and Migrate To...'
                   itemValue: findAndMigrateWindow
                   translateLabel: true
-                  isVisible: windowMigrationFunctionsAreShown
+                  enabled: windowMigrationFunctionsAreShown
                 )
                (MenuItem
                   activeHelpKey: windowsFindAndMigrateBack
                   label: 'Find by Name and Migrate Back...'
                   itemValue: findAndMigrateWindowBack
                   translateLabel: true
-                  isVisible: windowMigrationFunctionsAreShown
+                  enabled: windowMigrationFunctionsAreShown
                 )
                )
               nil
@@ -4783,9 +4783,9 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.402 2010-02-03 10:10:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.403 2010-04-06 18:15:00 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.402 2010-02-03 10:10:28 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.403 2010-04-06 18:15:00 cg Exp $'
 ! !