stxapp.rc
changeset 1456 d1e4a43b35f2
parent 1455 e5eada398b16
--- 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.
 !