# HG changeset patch # User Claus Gittinger # Date 1372335332 -7200 # Node ID f3c72a68d92ab79a875c6ebf710e2a6f20a6fa9a # Parent 3d35a1c776d2fa577929a6871a0663c98ae3eb4e title of class search box diff -r 3d35a1c776d2 -r f3c72a68d92a SystemBrowser.st --- a/SystemBrowser.st Thu Jun 27 14:15:26 2013 +0200 +++ b/SystemBrowser.st Thu Jun 27 14:15:32 2013 +0200 @@ -5779,7 +5779,7 @@ ]. ]. - title := (resources string:title) , msgTail , '.\' , (resources string:'(TAB to complete; matchPattern allowed):'). + title := (resources string:title) , msgTail , '.\' , (resources string:'(TAB to complete; matchPattern allowed - "*" for all):'). box := self enterBoxForClassWithCodeSelectionTitle:title withCRs @@ -6418,15 +6418,15 @@ !SystemBrowser class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.328 2013-06-26 23:16:04 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.329 2013-06-27 12:15:32 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.328 2013-06-26 23:16:04 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.329 2013-06-27 12:15:32 cg Exp $' ! version_SVN - ^ '$Id: SystemBrowser.st,v 1.328 2013-06-26 23:16:04 cg Exp $' + ^ '$Id: SystemBrowser.st,v 1.329 2013-06-27 12:15:32 cg Exp $' ! !