Salome HOME
Fix for bug 10292: confusing message in status bar of just started application
authorjfa <jfa@opencascade.com>
Mon, 17 Oct 2005 09:04:00 +0000 (09:04 +0000)
committerjfa <jfa@opencascade.com>
Mon, 17 Oct 2005 09:04:00 +0000 (09:04 +0000)
src/SalomeApp/SalomeApp_Application.cxx

index c77aa23e14326d85f0f8885498826146375eb4f3..8d285bc2153ac2d47b361d6df185dbdfe6f99b21 100644 (file)
@@ -80,6 +80,7 @@
 #include <qapplication.h>
 #include <qlistbox.h>
 #include <qregexp.h>
+#include <qstatusbar.h>
 
 #include "SALOMEDS_StudyManager.hxx"
 
@@ -222,6 +223,7 @@ void SalomeApp_Application::start()
   updateViewManagers();
 
   putInfo( "" );
+  desktop()->statusBar()->message( "" );
 }
 
 /*!Gets application name.*/