diff -r f33c9c23df3c -r a5dad301a135 private.rc --- a/private.rc Thu May 07 15:25:40 2009 +0200 +++ b/private.rc Wed May 13 09:17:13 2009 +0200 @@ -226,7 +226,6 @@ 'private.rc [info]: starting Launcher...' infoPrintCR. Text new. "/ to avoid visible messages in minitalks Transcript - NewLauncher open. ((Smalltalk commandLineArguments includes:'--quick') @@ -236,10 +235,12 @@ "/ "/ disable this if you don't like the other window to come up "/ + 'private.rc [info]: starting SystemWorkspace...' infoPrintCR. WorkspaceApplication openSystemWorkspace. ]. UserPreferences current showTipOfTheDayAtStartup ifTrue:[ + 'private.rc [info]: starting DidYouKnow...' infoPrintCR. DidYouKnowTipViewer open ]. @@ -255,12 +256,6 @@ "/ "/ FileBrowserV2 open. - "/ - "/ start a Workspace - "/ - I dont want one (using Launcher) - "/ - "/ WorkspaceApplication open. - UserPreferences current flyByHelpActive ifTrue:[ FlyByHelp start ]