# HG changeset patch # User Claus Gittinger # Date 1255110418 -7200 # Node ID b8b7037e19fd09e8943f7b594d288803301c4ab1 # Parent a7ae4ef92f1eb86ceac11996c91e4ee75bb5b2ac case toggle reversed diff -r a7ae4ef92f1e -r b8b7037e19fd 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 $' ! !