X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_Keywords.h;h=7bbeef48e5eeee31aae1f066ef35645556f82611;hb=853e0eec6016120b641efa6adf427a239cf203cf;hp=bf10876bfd683e146769e149120e0d802de4cc84;hpb=9f1d5e2c89ba45d2ba3d098ca8ea020bd3310488;p=modules%2Fshaper.git diff --git a/src/Config/Config_Keywords.h b/src/Config/Config_Keywords.h index bf10876bf..7bbeef48e 100644 --- a/src/Config/Config_Keywords.h +++ b/src/Config/Config_Keywords.h @@ -23,6 +23,7 @@ const static char* NODE_XMLPARENT = "libxml_parent"; // Widgets const static char* WDG_INFO = "label"; +const static char* WDG_ERRORINFO = "error_label"; const static char* WDG_DOUBLEVALUE = "doublevalue"; const static char* WDG_INTEGERVALUE = "integervalue"; const static char* WDG_BOOLVALUE = "boolvalue"; @@ -113,4 +114,9 @@ const static char* NODE_ICON = "icon"; const static char* SHOW_EMPTY = "show_empty"; const static char* LINK_ITEM = "from_result"; +/* + * Hardcoded xml entities for composite features + */ +const static char* USE_BODY = "use_body"; + #endif /* CONFIG_KEYWORDS_H_ */