FindFileApplication.st
changeset 6355 1c37fbd30aae
parent 6330 24949170ff90
child 6442 840b9ab17b66
--- a/FindFileApplication.st	Wed Jul 13 17:45:50 2005 +0200
+++ b/FindFileApplication.st	Wed Jul 13 17:49:29 2005 +0200
@@ -677,7 +677,7 @@
     
     searchTask notNil ifTrue:[
         (Dialog 
-            confirm:(resources string:'There is already another find-file task running !!') withCRs
+            confirm:(resources stringWithCRs:'There is already another find-file task running !!')
             yesLabel:(resources at:'Stop other Task and Proceed')
             noLabel:(resources at:'Cancel'))
         ifFalse:[^ self].
@@ -1715,5 +1715,5 @@
 !FindFileApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.71 2005-06-29 16:21:17 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/FindFileApplication.st,v 1.72 2005-07-13 15:48:57 cg Exp $'
 ! !