From: Clarisse Genrault Date: Tue, 21 Jun 2016 13:26:01 +0000 (+0200) Subject: Change the id for the box. X-Git-Tag: V_2.5.0~228 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ef79466ccaa089742658630e8fd0126416755a25;p=modules%2Fshaper.git Change the id for the box. --- diff --git a/src/PythonAddons/macros/box/feature.py b/src/PythonAddons/macros/box/feature.py index 6be8f29ed..7bfd90b76 100644 --- a/src/PythonAddons/macros/box/feature.py +++ b/src/PythonAddons/macros/box/feature.py @@ -22,7 +22,7 @@ class BoxFeature(model.Feature): @staticmethod def ID(): """Return Id of the feature.""" - return "Box" + return "Box_script" @staticmethod def WIDTH_ID(): diff --git a/src/PythonAddons/macros/box/widget.xml b/src/PythonAddons/macros/box/widget.xml index e977b3e8c..1bd4a648b 100644 --- a/src/PythonAddons/macros/box/widget.xml +++ b/src/PythonAddons/macros/box/widget.xml @@ -2,7 +2,7 @@ - +