*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Tue, 02 Oct 2001 20:03:26 +0200
changeset 2421 bccbb97e8ab6
parent 2420 2feaeecc1e43
child 2422 aaef7f02402c
*** empty log message ***
TextView.st
--- a/TextView.st	Tue Oct 02 19:53:58 2001 +0200
+++ b/TextView.st	Tue Oct 02 20:03:26 2001 +0200
@@ -270,8 +270,8 @@
         #name: #searchDialogSpec
         #window: 
        #(#WindowSpec
-          #label: 'string search'
-          #name: 'string search'
+          #label: 'String search'
+          #name: 'String search'
           #min: #(#Point 10 10)
           #max: #(#Point 1280 1024)
           #bounds: #(#Rectangle 12 22 311 138)
@@ -326,7 +326,7 @@
               )
             )
            #(#LabelSpec
-              #label: 'searchPattern:'
+              #label: 'SearchPattern:'
               #name: 'label'
               #layout: #(#LayoutFrame 1 0.0 3 0 -1 1.0 20 0)
               #level: 0
@@ -349,7 +349,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
@@ -3224,5 +3224,5 @@
 !TextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.170 2001-10-02 17:53:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/TextView.st,v 1.171 2001-10-02 18:03:26 cg Exp $'
 ! !