From: mpv Date: Wed, 4 Jul 2018 12:36:25 +0000 (+0300) Subject: Coding rules satisfaction X-Git-Tag: EDF_2018-1~20 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7feab32e3204364e66809a9835c22c67c2571513;p=modules%2Fshaper.git Coding rules satisfaction --- diff --git a/src/ModuleBase/ModuleBase_Tools.cpp b/src/ModuleBase/ModuleBase_Tools.cpp index b1fbfd27d..1352b9049 100755 --- a/src/ModuleBase/ModuleBase_Tools.cpp +++ b/src/ModuleBase/ModuleBase_Tools.cpp @@ -1025,7 +1025,8 @@ bool askToDelete(const std::set theFeatures, .arg(anOtherFeatureNames.join(aSep)); } if (!aParamFeatureNames.empty()) { - const char* aMsg = "Parameters are used directly and through a sequence of dependencies in the following features: %1.\nThese features will " + const char* aMsg = "Parameters are used directly and through a sequence " + "of dependencies in the following features: %1.\nThese features will " "be deleted.\nOr parameters could be replaced by their values.\n"; aText += QString(QObject::tr(aMsg)) .arg(aParamFeatureNames.join(aSep));