NewLauncher.st
changeset 2760 907ed0277b42
parent 2758 57afd37bf499
child 2765 c85460a22ba8
--- a/NewLauncher.st	Wed Sep 06 17:30:25 2000 +0200
+++ b/NewLauncher.st	Wed Sep 06 17:33:39 2000 +0200
@@ -1458,7 +1458,7 @@
                #(#MenuItem
                   #label: 'Find And Migrate Back...'
                   #translateLabel: true
-                  #value: #findAndMigrateWindow
+                  #value: #windowsFindAndMigrateBack
                   #activeHelpKey: #windowsFindAndMigrateBack
                 )
                #(#MenuItem
@@ -3567,5 +3567,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.200 2000-09-06 13:49:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.201 2000-09-06 15:33:26 cg Exp $'
 ! !