smalltalk.rc
changeset 450 034e05ea7647
parent 443 3585f07bbf1d
child 453 dcb3f5125f4d
equal deleted inserted replaced
449:a9f1afb0ae1b 450:034e05ea7647
   433     "/
   433     "/
   434     "/ read saved configuration settings (if any)
   434     "/ read saved configuration settings (if any)
   435     "/
   435     "/
   436     "/ 'smalltalk.rc [info]: reading ''settings.stx'' ...' infoPrintCR.
   436     "/ 'smalltalk.rc [info]: reading ''settings.stx'' ...' infoPrintCR.
   437     Object abortSignal handle:[:ex |
   437     Object abortSignal handle:[:ex |
   438         ex return
   438 	ex return
   439     ] do:[
   439     ] do:[
   440         (Smalltalk fileIn:'settings.stx') ifTrue:[
   440 	(Smalltalk fileIn:'settings.stx') ifTrue:[
   441 	    'smalltalk.rc [info]: loaded preferences from ''settings.stx''' infoPrintCR.
   441 	    'smalltalk.rc [info]: loaded preferences from ''settings.stx''' infoPrintCR.
   442         ]
   442 	]
   443     ]
   443     ]
   444 ]
   444 ]
   445 !
   445 !
   446 
   446 
   447 "/
   447 "/