errorPrint -> infoPrint
authorca
Thu, 13 Oct 2005 18:24:58 +0200
changeset 6397 da138bd530d4
parent 6396 a28cb2704157
child 6398 e44eeb14731e
errorPrint -> infoPrint
DiffTextView.st
--- a/DiffTextView.st	Wed Oct 12 09:55:43 2005 +0200
+++ b/DiffTextView.st	Thu Oct 13 18:24:58 2005 +0200
@@ -169,7 +169,7 @@
     DiffCommandTemplate isNil ifTrue:[
         OperatingSystem isMSDOSlike ifTrue:[
             (OperatingSystem canExecuteCommand:'diff') ifFalse:[
-                'DiffTextView [warning]: no diff command found (please download and unzip "UnxUtils.zip" from "unxutils.sourceforge.net")' errorPrintCR.
+                'DiffTextView [warning]: no diff command found (please download and unzip "UnxUtils.zip" from "unxutils.sourceforge.net")' infoPrintCR.
                 ^ nil
             ].
             ^ 'diff %1 %2'
@@ -631,5 +631,5 @@
 !DiffTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.40 2005-03-29 13:10:44 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DiffTextView.st,v 1.41 2005-10-13 16:24:58 ca Exp $'
 ! !