case toggle reversed
authorClaus Gittinger <cg@exept.de>
Fri, 09 Oct 2009 19:46:58 +0200
changeset 8925 b8b7037e19fd
parent 8924 a7ae4ef92f1e
child 8926 6e136b0d4ab9
case toggle reversed
Tools__StringSearchToolForTextView.st
--- a/Tools__StringSearchToolForTextView.st	Fri Oct 09 19:40:00 2009 +0200
+++ b/Tools__StringSearchToolForTextView.st	Fri Oct 09 19:46:58 2009 +0200
@@ -130,10 +130,10 @@
                     model: searchPreviousTextButtonPressed
                   )
                  (CheckBoxSpec
-                    label: 'Ignore case'
-                    name: 'IgnoreCaseCheckBox'
+                    label: 'Case'
+                    name: 'DoNotIgnoreCaseCheckBox'
                     layout: (LayoutFrame 312 0 1 0 424 0 23 0)
-                    model: ignoreCaseHolder
+                    model: doNotIgnoreCaseHolder
                     translateLabel: true
                   )
                  (CheckBoxSpec
@@ -488,9 +488,9 @@
 !StringSearchToolForTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.11 2009-10-09 14:14:37 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.12 2009-10-09 17:46:58 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.11 2009-10-09 14:14:37 fm Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.12 2009-10-09 17:46:58 cg Exp $'
 ! !