diff -r 6c684d163ac8 -r 268e4a1cb958 NewLauncher.st --- 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 $' ! !