diff -r e5eada398b16 -r d1e4a43b35f2 stxapp.rc --- a/stxapp.rc Thu Sep 29 10:44:57 2016 +0200 +++ b/stxapp.rc Thu Sep 29 10:45:31 2016 +0200 @@ -19,8 +19,8 @@ ('smalltalk.rc [warning]: No Display connection to: ', ex parameter) errorPrintCR. ]. Display notNil ifTrue:[ - Smalltalk fileIn:'display.rc' - Smalltalk fileIn:'keyboard.rc' + Smalltalk fileIn:'display.rc'. + Smalltalk fileIn:'keyboard.rc'. ]. Smalltalk silentLoading:true. !