Tools__StringSearchToolForTextView.st
changeset 8070 2acefb7023d2
parent 8064 9d91d0d69b09
child 8078 5339ee7d9b22
--- a/Tools__StringSearchToolForTextView.st	Mon Apr 21 18:04:57 2008 +0200
+++ b/Tools__StringSearchToolForTextView.st	Mon Apr 21 18:05:06 2008 +0200
@@ -12,7 +12,7 @@
 
 !StringSearchToolForTextView class methodsFor:'interface specs'!
 
-windowSpec
+windowSpec_old
     "This resource specification was automatically generated
      by the UIPainter of ST/X."
 
@@ -143,6 +143,10 @@
 
 !StringSearchToolForTextView methodsFor:'aspects'!
 
+matchCheckboxVisible
+    ^ true
+!
+
 matchHolder
 
     matchHolder isNil ifTrue:[
@@ -269,5 +273,5 @@
 !StringSearchToolForTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.4 2008-04-08 10:08:27 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.5 2008-04-21 16:05:06 cg Exp $'
 ! !