smalltalk.rc
changeset 1427 a56e68fef227
parent 1426 bfdc1571fffa
child 1428 e2b383b11b36
equal deleted inserted replaced
1426:bfdc1571fffa 1427:a56e68fef227
   834 
   834 
   835 "/
   835 "/
   836 "/ load initial packages
   836 "/ load initial packages
   837 "/
   837 "/
   838 UserPreferences current autoloadedPackages notEmpty ifTrue:[
   838 UserPreferences current autoloadedPackages notEmpty ifTrue:[
   839   (Smalltalk commandLineArguments includes:'--´noautoload') ifTrue:[
   839   (Smalltalk commandLineArguments includes:'--noautoload') ifTrue:[
   840     'smalltalk.rc [info]: autoloaded packages suppressed.' infoPrintCR.
   840     'smalltalk.rc [info]: autoloaded packages suppressed.' infoPrintCR.
   841   ] ifFalse:[
   841   ] ifFalse:[
   842     'smalltalk.rc [info]: loading autoloaded packages...' infoPrintCR.
   842     'smalltalk.rc [info]: loading autoloaded packages...' infoPrintCR.
   843     (UserPreferences current autoloadedPackages) do:[:eachPackage |
   843     (UserPreferences current autoloadedPackages) do:[:eachPackage |
   844 	Smalltalk showSplashMessage:('Autoloading ',eachPackage,'...').
   844 	Smalltalk showSplashMessage:('Autoloading ',eachPackage,'...').