NewLauncher.st
changeset 7417 268e4a1cb958
parent 7411 a4b3406ff2a7
child 7453 7a66ced92cc6
--- a/NewLauncher.st	Mon Oct 16 13:37:29 2006 +0200
+++ b/NewLauncher.st	Mon Oct 16 13:38:36 2006 +0200
@@ -4036,7 +4036,10 @@
 openMethodFinder
     "open the methodFinder (ported from squeak)"
     
-    MethodFinderWindow open
+    self openApplication:'MethodFinderWindow'
+    "/ MethodFinderWindow open
+
+    "Modified: / 16-10-2006 / 13:36:36 / cg"
 ! !
 
 !NewLauncher methodsFor:'user actions-demos'!
@@ -4268,5 +4271,5 @@
 !NewLauncher class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.343 2006-10-16 11:11:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/NewLauncher.st,v 1.344 2006-10-16 11:38:36 cg Exp $'
 ! !