diff -r 039f6f30b2c5 -r 6e6d557009c7 display.rc --- a/display.rc Tue Sep 22 16:18:14 1998 +0200 +++ b/display.rc Thu Sep 24 13:10:12 1998 +0200 @@ -12,14 +12,6 @@ * display specific initialization file. *" -"/ common keyboard setup; -"/ might be changed later by a display-specific -"/ rc file (especially, d_windows does this) - -'display.rc [info]: reading ''keyboard.rc'' ...' infoPrintCR. -Smalltalk fileIn:'keyboard.rc'. -! - "* * mouse-button translation * @@ -259,7 +251,7 @@ ]. "/ if no host specific info, - "/ take the display vendow information, + "/ take the display vendor information, "/ to read d_.rc display isNil ifTrue:[ @@ -396,6 +388,14 @@ Smalltalk isStandAloneApp ifFalse:[ ('display.rc [info]: trying display setup ''d_' , displayType , '.rc'' ...') infoPrintCR. ]. + + "/ common keyboard setup; + "/ might be changed later by a display-specific + "/ rc file (especially, d_windows does this) + + "/ 'display.rc [info]: reading ''keyboard.rc'' ...' infoPrintCR. + Smalltalk fileIn:'keyboard.rc'. + Smalltalk fileIn:('d_' , displayType , '.rc') ]. Smalltalk at:#'_ImageDisplayName' put:displayType