XWorkstation.st
changeset 2905 be8024bb6815
parent 2904 9a2c6cef065f
child 2952 b86deefe21c9
--- a/XWorkstation.st	Tue Sep 14 14:43:51 1999 +0200
+++ b/XWorkstation.st	Wed Sep 15 08:24:49 1999 +0200
@@ -7444,8 +7444,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')) printCR.
+            'XWorkstation [warning]: cannot connect to Display (' errorPrint.
+            (dpyName ? ((OperatingSystem getEnvironment:'Display') ? 'default')) print.
+	    ')' errorPrintCR.
         ].
         ^ nil
     ].
@@ -10185,6 +10186,6 @@
 !XWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.326 1999-09-14 12:43:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/XWorkstation.st,v 1.327 1999-09-15 06:24:49 cg Exp $'
 ! !
 XWorkstation initialize!