Tools_SearchDialog.st
changeset 9365 c27204a9244b
parent 9336 fe62308cf539
child 9366 58c82c246a2f
--- a/Tools_SearchDialog.st	Wed Feb 03 11:10:37 2010 +0100
+++ b/Tools_SearchDialog.st	Wed Feb 03 16:24:52 2010 +0100
@@ -271,7 +271,11 @@
     ]
 !
 
-setupToAskForMethodSearchTitle:title forBrowser:brwsrArg searchWhat:searchWhatArg searchArea:whereDefault withCaseIgnore:withCaseIgnore withMatch:withMatch withMethodList:withMethodList allowFind:allowFindArg allowBuffer:allowBufferArg allowBrowser:allowBrowserArg withTextEntry:withTextEntryArg 
+setupToAskForMethodSearchTitle:title forBrowser:brwsrArg searchWhat:searchWhatArg 
+searchArea:whereDefault withCaseIgnore:withCaseIgnore withMatch:withMatch 
+withMethodList:withMethodList allowFind:allowFindArg allowBuffer:allowBufferArg 
+allowBrowser:allowBrowserArg withTextEntry:withTextEntryArg 
+
     |where ns methodNameSpaces methodPackages hPanel leftVerticalPanel rightVerticalPanel l|
 
     allowFind := allowFindArg.
@@ -1200,9 +1204,9 @@
 !SearchDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_SearchDialog.st,v 1.47 2010-01-12 09:51:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_SearchDialog.st,v 1.48 2010-02-03 15:24:52 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_SearchDialog.st,v 1.47 2010-01-12 09:51:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_SearchDialog.st,v 1.48 2010-02-03 15:24:52 cg Exp $'
 ! !