*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 16 Jan 1997 16:30:20 +0100
changeset 197 0c288e422494
parent 196 7613c443524d
child 198 7bbdd3d72cea
*** empty log message ***
smalltalk.rc
--- a/smalltalk.rc	Fri Jan 10 19:40:59 1997 +0100
+++ b/smalltalk.rc	Thu Jan 16 16:30:20 1997 +0100
@@ -37,6 +37,7 @@
 "/ Make certain that all relevant files are found along your path - you may see
 "/ funny viewStyles, colors and stupid strings if wrong.
 "/
+
 |path|
 (path := OperatingSystem getEnvironment:'STX_SYSTEMPATH') notNil ifTrue:[
     Smalltalk systemPath:(path asCollectionOfSubstringsSeparatedBy:$:)
@@ -147,6 +148,8 @@
 Display isNil ifTrue:[
     DeviceWorkstation notNil ifTrue:[
 	'smalltalk.rc [warning]: No Display connection.' errorPrintCR.
+	'smalltalk.rc [info]: Either set the DISPLAY environment variable,' infoPrintCR.
+	'smalltalk.rc [info]: or start smalltalk with a -display argument.' infoPrintCR.
     ] ifFalse:[
 	'smalltalk.rc [warning]: Configuration without display.' errorPrintCR.
     ].