]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI_Workshop.cpp
Salome HOME
Issue #1015: The validate icon must be greyed and inactive instead of red and active
[modules/shaper.git] / src / XGUI / XGUI_Workshop.cpp
index 8e8b92f5faeda6eb176a4215495a10fa0c121341..fe2d68b54d9a0d5a0a05c30d56fbf06498bd1baf 100755 (executable)
@@ -1890,6 +1890,15 @@ QList<ActionInfo> XGUI_Workshop::processHistoryList(const std::list<std::string>
   return aResult;
 }
 
+void XGUI_Workshop::setStatusBarMessage(const QString& theMessage)
+{
+#ifdef HAVE_SALOME
+  return salomeConnector()->desktop();
+#else
+  myMainWindow->putInfo(theMessage, -1);
+#endif
+}
+
 void XGUI_Workshop::synchronizeViewer()
 {
   SessionPtr aMgr = ModelAPI_Session::get();