Tools__StringSearchTool.st
changeset 8911 b23fd42e0da7
parent 8485 48c95e955fb8
child 8914 d7e2ac543146
--- a/Tools__StringSearchTool.st	Fri Oct 09 13:53:46 2009 +0200
+++ b/Tools__StringSearchTool.st	Fri Oct 09 13:53:55 2009 +0200
@@ -638,8 +638,13 @@
 
 searchTextNotFound
 
+    self searchTextNotFound: 'Text not found'.
+!
+
+searchTextNotFound: aMessage
+
     self searchBarImageInfoLabelHolder value: self warningSearchBarIcon.
-    self searchBarInfoLabelHolder value: 'Text not found'.
+    self searchBarInfoLabelHolder value: aMessage.
     self setSearchTextNotFoundColors.
 
     "Created: / 16-06-2007 / 06:51:01 / Administrador"
@@ -758,5 +763,9 @@
 !StringSearchTool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchTool.st,v 1.12 2008-12-07 23:28:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchTool.st,v 1.13 2009-10-09 11:53:55 fm Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchTool.st,v 1.13 2009-10-09 11:53:55 fm Exp $'
 ! !