]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix coding style.
authordbv <dbv@opencascade.com>
Mon, 5 Dec 2016 13:29:24 +0000 (16:29 +0300)
committerdbv <dbv@opencascade.com>
Mon, 5 Dec 2016 13:29:24 +0000 (16:29 +0300)
src/Config/Config_FeatureReader.cpp

index 036631731e297d9d07f92178f22bea03b54ed713..f22337d073cf35d76be6a6f8649176b85f38bfa9 100644 (file)
@@ -155,7 +155,8 @@ void Config_FeatureReader::fillFeature(xmlNodePtr theFeatureNode,
 
   std::string aText = Config_Translator::translate(anId, getProperty(theFeatureNode, FEATURE_TEXT));
   outFeatureMessage->setText(aText);
-  std::string aToolTip = Config_Translator::translate(anId, getProperty(theFeatureNode, FEATURE_TOOLTIP));
+  std::string aToolTip = Config_Translator::translate(anId,
+                                                      getProperty(theFeatureNode, FEATURE_TOOLTIP));
   outFeatureMessage->setTooltip(aToolTip);
   outFeatureMessage->setIcon(getProperty(theFeatureNode, FEATURE_ICON));
   outFeatureMessage->setKeysequence(getProperty(theFeatureNode, FEATURE_KEYSEQUENCE));