private.rc
changeset 1087 fc98070ca0f9
parent 1082 6d39682e4646
child 1224 cf1526b27e15
--- a/private.rc	Fri Dec 04 14:22:22 2009 +0100
+++ b/private.rc	Fri Jan 15 11:57:44 2010 +0100
@@ -229,10 +229,6 @@
 	"/ the first time.
 	"/
 
-	'private.rc [info]: starting Launcher...' infoPrintCR.
-	Text new. "/ to avoid visible messages in minitalk's Transcript
-	NewLauncher open.
-
 	((Smalltalk commandLineArguments includes:'--quick')
 	or:[(Smalltalk commandLineArguments includes:'--faststart')
 	or:[(Smalltalk commandLineArguments includes:'--fastStart')]])
@@ -249,6 +245,9 @@
 	    DidYouKnowTipViewer open
 	].
 
+	'private.rc [info]: starting Launcher...' infoPrintCR.
+	NewLauncher open.
+
 	"/
 	"/ start a SystemBrowser
 	"/ - I dont want one (using Launcher)