Salome HOME
Update copyrights
[modules/shaper.git] / src / Config / Config_FeatureMessage.cpp
index 7220887d86fd39ee1150bf5fd50a47b5b5b56c38..c650cf48272ac933bacaf73a741fece63dd7f44f 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2017  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
 //
 // You should have received a copy of the GNU Lesser General Public
 // License along with this library; if not, write to the Free Software
-// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 //
-// See http://www.salome-platform.org/ or
-// email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
 
 #include "Config_FeatureMessage.h"
@@ -28,6 +27,7 @@ Config_FeatureMessage::Config_FeatureMessage(const Events_ID theId, const void*
   myTooltip = "";
   myIcon = "";
   myKeysequence = "";
+  myHelpFile = "";
 
   myGroupId = "";
   myWorkbenchId = "";
@@ -215,4 +215,14 @@ void Config_FeatureMessage::setAutoPreview(bool isAutoPreview)
 void Config_FeatureMessage::setApplyContinue(bool isModal)
 {
   myIsApplyContinue = isModal;
+}
+
+const std::string& Config_FeatureMessage::helpFileName() const
+{
+  return myHelpFile;
+}
+
+void Config_FeatureMessage::setHelpFileName(const std::string& aName)
+{
+  myHelpFile = aName;
 }
\ No newline at end of file