From: vsv Date: Tue, 4 Feb 2020 13:18:25 +0000 (+0300) Subject: Change name of ShaperStudy root node from ShaperStudy to ShaperResults X-Git-Tag: V9_5_0a1~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=78b47ad3e4eaf4bc55d07323eed114a8ee0965a3;p=modules%2Fshaper_study.git Change name of ShaperStudy root node from ShaperStudy to ShaperResults --- diff --git a/src/PY/SHAPERSTUDY_utils.py b/src/PY/SHAPERSTUDY_utils.py index 20aa2db..21dd6cf 100755 --- a/src/PY/SHAPERSTUDY_utils.py +++ b/src/PY/SHAPERSTUDY_utils.py @@ -162,7 +162,7 @@ def findOrCreateComponent(): if father is None: father = builder.NewComponent( moduleName() ) attr = builder.FindOrCreateAttribute( father, "AttributeName" ) - attr.SetValue( "ShaperStudy" ) + attr.SetValue( "ShaperResults" ) attr = builder.FindOrCreateAttribute( father, "AttributePixMap" ) attr.SetPixMap( modulePixmap() ) #attr = builder.FindOrCreateAttribute( father, "AttributeLocalID" )