Tools__StringSearchToolForTextView.st
changeset 9466 4b5b48801c66
parent 8997 05b9949f54aa
child 12123 4bde08cebd48
child 15289 a4b2c2b77420
--- a/Tools__StringSearchToolForTextView.st	Fri May 07 14:27:31 2010 +0200
+++ b/Tools__StringSearchToolForTextView.st	Fri May 07 14:27:34 2010 +0200
@@ -73,7 +73,6 @@
           label: 'Tools::StringSearchTool'
           name: 'Tools::StringSearchTool'
           min: (Point 10 10)
-          max: (Point 1024 768)
           bounds: (Rectangle 0 0 883 27)
         )
         component: 
@@ -502,9 +501,9 @@
 !StringSearchToolForTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.15 2009-10-16 09:55:03 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.16 2010-05-07 12:27:34 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.15 2009-10-16 09:55:03 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.16 2010-05-07 12:27:34 cg Exp $'
 ! !