NewLauncher.st
changeset 2767 6a5f15f83c2d
parent 2765 c85460a22ba8
child 2774 bc4b37856b64
--- a/NewLauncher.st	Thu Sep 07 19:43:27 2000 +0200
+++ b/NewLauncher.st	Thu Sep 07 19:43:42 2000 +0200
@@ -1467,8 +1467,8 @@
                #(#MenuItem
                   #label: 'Find And Migrate Back...'
                   #translateLabel: true
-                  #value: #windowsFindAndMigrateBack
-                  #activeHelpKey: #windowsFindAndMigrateBack
+                  #value: #findAndMigrateWindowBack
+                  #activeHelpKey: #windowsFindAndMigrateBack     
                 )
                #(#MenuItem
                   #label: '-'
@@ -3576,5 +3576,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.202 2000-09-07 17:24:25 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.203 2000-09-07 17:43:42 cg Exp $'
 ! !