*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Sat, 20 Mar 2004 14:26:09 +0100
changeset 5774 5a1d38bf8bdc
parent 5773 6c5f260f3a5c
child 5775 5492d0b9ca00
*** empty log message ***
FindFileApplication.st
--- a/FindFileApplication.st	Sat Mar 20 12:45:08 2004 +0100
+++ b/FindFileApplication.st	Sat Mar 20 14:26:09 2004 +0100
@@ -81,7 +81,7 @@
 
 tabStringFor:aApplicationType
 
-    ^ 'Find file in:'
+    ^ 'Find File In:'
 ! !
 
 !FindFileApplication class methodsFor:'interface specs'!
@@ -180,6 +180,7 @@
                     label: 'Directories'
                     name: 'SearchDirectoriesCheckBox'
                     layout: (LayoutFrame -300 1 29 0 -158 1 52 0)
+                    enableChannel: notSearchForSameContents
                     tabable: true
                     model: searchDirectories
                     translateLabel: true
@@ -1451,5 +1452,5 @@
 !FindFileApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.39 2004-03-20 11:45:08 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.40 2004-03-20 13:26:09 cg Exp $'
 ! !