X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_Keywords.h;h=e26ba0aa42a52416e45d5037b233628d980d4be2;hb=33c5fdce3cd63dd95a738439a0399dd982abcd73;hp=7bbeef48e5eeee31aae1f066ef35645556f82611;hpb=dacb05dcf5c8ad153d2bf05bbca8dccb67ba3a2f;p=modules%2Fshaper.git diff --git a/src/Config/Config_Keywords.h b/src/Config/Config_Keywords.h index 7bbeef48e..e26ba0aa4 100644 --- a/src/Config/Config_Keywords.h +++ b/src/Config/Config_Keywords.h @@ -80,6 +80,7 @@ const static char* DOUBLE_WDG_MIN = "min"; const static char* DOUBLE_WDG_MAX = "max"; const static char* DOUBLE_WDG_STEP = "step"; const static char* DOUBLE_WDG_DEFAULT_COMPUTED = "computed"; +const static char* DOUBLE_WDG_ACCEPT_EXPRESSIONS = "accept_expressions"; // WDG_TOOLBOX/WDG_SWITCH properties const static char* CONTAINER_PAGE_NAME = "title"; const static char* CONTAINER_PAGE_ICON = "icon"; @@ -98,9 +99,6 @@ const static char* PLUGIN_LIBRARY = "library"; const static char* PLUGIN_SCRIPT = "script"; const static char* PLUGIN_DEPENDENCY = "dependency"; -const static char* PLUGIN_PLATFORM_SALOME = "salome"; -const static char* PLUGIN_PLATFORM_NEWGEOM = "openparts"; - /* * Hardcoded xml entities of dataModel.xml */