From b990f94733c8c4c5276145bd3ee83e58192903df Mon Sep 17 00:00:00 2001 From: sbh Date: Thu, 10 Apr 2014 13:20:56 +0400 Subject: [PATCH] XML keywords for the spin box widgets corrected according to the latest spec: * value --> doublevalue * type="double" removed --- src/Config/Config_Keywords.h | 2 +- src/Config/plugin-PartSet.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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 @@ - - - -- 2.39.2