XWorkstation.st
changeset 3001 744484ba700f
parent 2992 95837ca26ca0
child 3015 401637ae1c72
--- a/XWorkstation.st	Wed Oct 27 15:33:08 1999 +0200
+++ b/XWorkstation.st	Wed Oct 27 17:17:26 1999 +0200
@@ -7428,9 +7428,9 @@
         "/ only output a message, if running under X
 
         ((OperatingSystem isMSWINDOWSlike not) or:[WinWorkstation isNil]) ifTrue:[
-            'XWorkstation [warning]: cannot connect to Display (' errorPrint.
-            (dpyName ? ((OperatingSystem getEnvironment:'Display') ? 'default')) print.
-	    ')' errorPrintCR.
+            'XWorkstation [warning]: cannot connect to Display (' infoPrint.
+            (dpyName ? ((OperatingSystem getEnvironment:'Display') ? 'default')) infoPrint.
+	    ')' infoPrintCR.
         ].
         ^ nil
     ].
@@ -10172,6 +10172,6 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.333 1999-10-27 13:28:27 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.334 1999-10-27 15:17:26 stefan Exp $'
 ! !
 XWorkstation initialize!