display.rc
changeset 333 4a6780f29c71
parent 317 080bfa4e46c2
child 337 6fcb6ac8935a
--- a/display.rc	Mon Mar 29 09:27:37 1999 +0200
+++ b/display.rc	Mon Mar 29 12:50:15 1999 +0200
@@ -394,7 +394,13 @@
 	"
 	Display supportsDeepIcons:false.
 	Smalltalk isStandAloneApp ifFalse:[
-	    ('display.rc [info]: trying display setup ''d_' , displayType , '.rc'' ...') infoPrintCR.
+	    ('display.rc [info]: ') infoPrint.
+	    (Smalltalk getSystemFileName:('d_' , displayType , '.rc')) isNil ifTrue:[
+		'trying' infoPrint.
+	    ] ifFalse:[
+		'reading' infoPrint.
+	    ].
+	    (' display setup ''d_' , displayType , '.rc'' ...') infoPrintCR.
 	].
 
 	Smalltalk fileIn:('d_' , displayType , '.rc')