# HG changeset patch # User Claus Gittinger # Date 1326335609 -3600 # Node ID bf15e9902fe91d0e3141fc0272008f00744868f1 # Parent 86de3247a42faa91357bf984a7cdab7671b1cb59 x diff -r 86de3247a42f -r bf15e9902fe9 FindFileApplication.st --- a/FindFileApplication.st Thu Jan 12 03:32:18 2012 +0100 +++ b/FindFileApplication.st Thu Jan 12 03:33:29 2012 +0100 @@ -874,10 +874,6 @@ !FindFileApplication methodsFor:'aspects'! -autoSelectInBrowser - ^ self autoSelectInBrowserHolder value. -! - canUseGrep "grep command is much faster, but: - not under MSDOS @@ -1681,9 +1677,9 @@ !FindFileApplication class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.98 2012-01-12 01:55:27 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.99 2012-01-12 02:33:29 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.98 2012-01-12 01:55:27 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.99 2012-01-12 02:33:29 cg Exp $' ! !