class: AbstractFileFinderApplicationComponent
authorClaus Gittinger <cg@exept.de>
Sat, 26 Jan 2013 22:27:34 +0100
changeset 12338 2b456eb16d5d
parent 12337 024269332905
child 12339 4fb3104f0334
class: AbstractFileFinderApplicationComponent changed: #startSearchTask:name: #stop
AbstractFileFinderApplicationComponent.st
--- a/AbstractFileFinderApplicationComponent.st	Sat Jan 26 22:08:14 2013 +0100
+++ b/AbstractFileFinderApplicationComponent.st	Sat Jan 26 22:27:34 2013 +0100
@@ -144,7 +144,7 @@
                     ] ifFalse:[
                         t := t printString , ' ms'
                     ].
-                    message := 'Found %1 file%2 in %3' bindWith:(resultList size) with:(resultList size == 1 ifTrue:'' ifFalse:'s') with:t.
+                    message := 'Found %1 file%2 in %3.' bindWith:(resultList size) with:(resultList size == 1 ifTrue:'' ifFalse:'s') with:t.
                     self enableStop value:false.
                     self enableSearch value:true.
                     self changeInformationTo:'Find File ' , '- done.' toTab:true.
@@ -174,7 +174,7 @@
     ].
     self enableStop value:false.
     self enableSearch value:true.
-    self changeInformationTo:'Find File ' , '- search stopped' toTab:true.
+    self changeInformationTo:'Find File ' , '- search stopped.' toTab:true.
 
     "Modified: / 11-01-2012 / 22:42:07 / cg"
 !
@@ -477,10 +477,10 @@
 !AbstractFileFinderApplicationComponent class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.7 2013-01-17 11:16:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.8 2013-01-26 21:27:34 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.7 2013-01-17 11:16:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractFileFinderApplicationComponent.st,v 1.8 2013-01-26 21:27:34 cg Exp $'
 ! !