X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_PropertyPanel.h;fp=src%2FXGUI%2FXGUI_PropertyPanel.h;h=7f1f0b325a467e0f75199e1862fc14394b6babf8;hb=5a071521a51578639a6ce7c92786eb9bd7afede6;hp=06dfda814035469dbcd770505a386548adb019be;hpb=d5facc505b976ae7747635f1170015db9c04d980;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_PropertyPanel.h b/src/XGUI/XGUI_PropertyPanel.h index 06dfda814..7f1f0b325 100644 --- a/src/XGUI/XGUI_PropertyPanel.h +++ b/src/XGUI/XGUI_PropertyPanel.h @@ -42,6 +42,9 @@ const static char* PROP_PANEL = "property_panel_dock"; /// Internal name of Ok button const static char* PROP_PANEL_OK = "property_panel_ok"; +/// Internal name of Ok button +const static char* PROP_PANEL_OK_PLUS = "property_panel_ok_plus"; + /// Internal name of Cancel button const static char* PROP_PANEL_CANCEL = "property_panel_cancel";