From: jfa Date: Mon, 17 Oct 2005 09:04:00 +0000 (+0000) Subject: Fix for bug 10292: confusing message in status bar of just started application X-Git-Tag: BR-D5-38-2003_D2005-12-19~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a23dee89ca376e4638a387ef0cb9e8e25ce371be;p=modules%2Fgui.git Fix for bug 10292: confusing message in status bar of just started application --- diff --git a/src/SalomeApp/SalomeApp_Application.cxx b/src/SalomeApp/SalomeApp_Application.cxx index c77aa23e1..8d285bc21 100644 --- a/src/SalomeApp/SalomeApp_Application.cxx +++ b/src/SalomeApp/SalomeApp_Application.cxx @@ -80,6 +80,7 @@ #include #include #include +#include #include "SALOMEDS_StudyManager.hxx" @@ -222,6 +223,7 @@ void SalomeApp_Application::start() updateViewManagers(); putInfo( "" ); + desktop()->statusBar()->message( "" ); } /*!Gets application name.*/