From: sbh Date: Thu, 10 Apr 2014 09:20:56 +0000 (+0400) Subject: XML keywords for the spin box widgets corrected according to the latest spec: X-Git-Tag: V_0.1~29 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b990f94733c8c4c5276145bd3ee83e58192903df;p=modules%2Fshaper.git XML keywords for the spin box widgets corrected according to the latest spec: * value --> doublevalue * type="double" removed --- diff --git a/src/Config/Config_Keywords.h b/src/Config/Config_Keywords.h index bca951680..bd589d92d 100644 --- a/src/Config/Config_Keywords.h +++ b/src/Config/Config_Keywords.h @@ -14,7 +14,7 @@ const static char* NODE_WORKBENCH = "workbench"; const static char* NODE_GROUP = "group"; const static char* NODE_FEATURE = "feature"; -const static char* NODE_DOUBLE_WDG = "value"; +const static char* NODE_DOUBLE_WDG = "doublevalue"; const static char* _ID = "id"; //const static char* WORKBENCH_ID = "id"; diff --git a/src/Config/plugin-PartSet.xml b/src/Config/plugin-PartSet.xml index decbb89ef..d9795ad2c 100644 --- a/src/Config/plugin-PartSet.xml +++ b/src/Config/plugin-PartSet.xml @@ -9,11 +9,11 @@ - - -