diff -r 6cda703e3dd5 -r 4a6780f29c71 display.rc --- 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')