dialog label
authorClaus Gittinger <cg@exept.de>
Wed, 22 Oct 2003 14:42:27 +0200
changeset 2821 2aa7d7b7a0eb
parent 2820 6ffb79df741b
child 2822 08ceab3fc237
dialog label
TextView.st
--- a/TextView.st	Fri Oct 17 14:52:19 2003 +0200
+++ b/TextView.st	Wed Oct 22 14:42:27 2003 +0200
@@ -380,7 +380,7 @@
               #comboList: #patternList
             )
            #(#CheckBoxSpec
-              #label: 'Ignore case'
+              #label: 'Ignore Case'
               #name: 'ignoreCaseCheckBox'
               #layout: #(#LayoutFrame 3 0.0 54 0 -3 1.0 77 0)
               #level: 0
@@ -3723,7 +3723,7 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.217 2003-10-07 20:59:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.218 2003-10-22 12:42:27 cg Exp $'
 ! !
 
 TextView initialize!