smalltalk.rc
changeset 369 eb39a763d88e
parent 365 3d661da3346d
child 385 4f87bb393921
equal deleted inserted replaced
368:e998b6392d10 369:eb39a763d88e
   397 "/
   397 "/
   398 "/ 'smalltalk.rc [info]: reading ''settings.stx'' ...' infoPrintCR.
   398 "/ 'smalltalk.rc [info]: reading ''settings.stx'' ...' infoPrintCR.
   399 Object abortSignal handle:[:ex |
   399 Object abortSignal handle:[:ex |
   400     ex return
   400     ex return
   401 ] do:[
   401 ] do:[
   402     Smalltalk fileIn:'settings.stx'.
   402     (Smalltalk fileIn:'settings.stx') ifTrue:[
       
   403 	'smalltalk.rc [info]: loaded preferences from ''settings.stx''' infoPrintCR.
       
   404     ]
   403 ]
   405 ]
   404 !
   406 !
   405 
   407 
   406 "/
   408 "/
   407 "/ just a quick check, if this ST/X installation seems to
   409 "/ just a quick check, if this ST/X installation seems to