*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Fri, 29 Sep 2000 16:10:50 +0200
changeset 450 034e05ea7647
parent 449 a9f1afb0ae1b
child 451 da67a4cc5401
*** empty log message ***
smalltalk.rc
--- a/smalltalk.rc	Fri Sep 29 10:56:55 2000 +0200
+++ b/smalltalk.rc	Fri Sep 29 16:10:50 2000 +0200
@@ -435,11 +435,11 @@
     "/
     "/ 'smalltalk.rc [info]: reading ''settings.stx'' ...' infoPrintCR.
     Object abortSignal handle:[:ex |
-        ex return
+	ex return
     ] do:[
-        (Smalltalk fileIn:'settings.stx') ifTrue:[
+	(Smalltalk fileIn:'settings.stx') ifTrue:[
 	    'smalltalk.rc [info]: loaded preferences from ''settings.stx''' infoPrintCR.
-        ]
+	]
     ]
 ]
 !