*** empty log message ***
authorStefan Vogel <sv@exept.de>
Wed, 27 Oct 1999 17:17:26 +0200
changeset 3001 744484ba700f
parent 3000 f893d6994da3
child 3002 3b0951872ab4
*** empty log message ***
XWorkstation.st
--- 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!