class: Tools::SearchDialog
authorClaus Gittinger <cg@exept.de>
Sun, 05 Jan 2014 14:16:34 +0100
changeset 13736 5b4288045978
parent 13735 bfac4cb1f1d6
child 13737 7d3459bd7a80
class: Tools::SearchDialog changed: #addTextEntryFieldForCode #setupToAskForMethodSearchTitle:forBrowser:searchWhat:searchArea:withCaseIgnore:withMatch:withMethodList:allowFind:allowBuffer:allowBrowser:withTextEntry: use new dialog interface
Tools_SearchDialog.st
--- a/Tools_SearchDialog.st	Sun Jan 05 14:15:58 2014 +0100
+++ b/Tools_SearchDialog.st	Sun Jan 05 14:16:34 2014 +0100
@@ -383,7 +383,7 @@
         ].
     ].
 
-    (self addTextLabel:(resources stringWithCRs:title)) adjust:#left.
+    self addTextLabel:(resources stringWithCRs:title) adjust:#left.
 
     currentClass notNil ifTrue:[
         currentClass := currentClass theNonMetaclass.
@@ -1101,7 +1101,7 @@
     b helpKey:#matchAnyStats.                                      
     self addComponent:metaBox.
 
-    errMessageField := (self addTextLabel:'') adjust:#left.
+    errMessageField := self addTextLabel:'' adjust:#left.
     errMessageField level:-1.    
     self addCheckBox:(resources string:'Method') on:self isMethodHolder.
 
@@ -1395,7 +1395,7 @@
 !SearchDialog class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_SearchDialog.st,v 1.76 2013-04-25 13:11:05 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_SearchDialog.st,v 1.77 2014-01-05 13:16:34 cg Exp $'
 ! !