Index: main.cpp
===================================================================
--- main.cpp	(revision 7024)
+++ main.cpp	(working copy)
@@ -128,8 +128,6 @@
         "<b>Open the Help menu and select Release Notes for more details.</b><br />"
         "<img src=\":/icon_128x128.png\" />"
         "<img src=\":/gpl-v3-logo.svg\" height=\"80\" />", Qt::AlignCenter);
-      splash.show ();
-      a.processEvents ();
 
 #if QT_VERSION >= 0x050200
       QCommandLineParser parser;
@@ -225,6 +223,10 @@
         }
 #endif
 
+      splash.setWindowTitle("Splash WSJT-X");
+      splash.show ();
+      a.processEvents ();
+
 #if WSJT_QDEBUG_TO_FILE
       // Open a trace file
       TraceFile trace_file {temp_dir.absoluteFilePath (a.applicationName () + "_trace.log")};
