StandaloneStartup.st
changeset 13130 1aa18e8d0e26
parent 13127 60b2005943bb
child 13269 0009199731f6
--- a/StandaloneStartup.st	Tue Nov 16 17:43:30 2010 +0100
+++ b/StandaloneStartup.st	Wed Nov 17 10:12:07 2010 +0100
@@ -654,6 +654,7 @@
     ] do:[
         |idx|
 
+        Smalltalk showSplashMessage:('start').
         self verboseInfo:('starting...').
         CommandLineArguments := (self additionalArgumentsFromRegistry) 
                                 , Smalltalk commandLineArguments.
@@ -687,7 +688,7 @@
         self main
     ].
 
-    "Modified: / 15-11-2010 / 14:19:27 / cg"
+    "Modified: / 17-11-2010 / 10:10:22 / cg"
 !
 
 startStartBlockProcess
@@ -797,11 +798,11 @@
 !StandaloneStartup class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.55 2010-11-15 13:19:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.56 2010-11-17 09:12:07 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.55 2010-11-15 13:19:37 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/StandaloneStartup.st,v 1.56 2010-11-17 09:12:07 cg Exp $'
 ! !
 
 StandaloneStartup initialize!