Salome HOME
Merge branch 'Dev_GroupsRevision'
[modules/shaper.git] / src / XGUI / XGUI_ActionsMgr.h
index 89693cbc131da4f0a70aa59dcbb81be053d4c5f4..3773ae9bac0b423261ac87ee44d34cca0b47fa55 100644 (file)
@@ -56,10 +56,11 @@ class XGUI_EXPORT XGUI_ActionsMgr : public QObject, public Events_Listener
   enum OperationStateActionId {
     Abort = 0,
     Accept = 1,
-    Help = 2,
-    AbortAll = 3,
-    AcceptAll = 4,
-    Preview = 5
+    AcceptPlus = 2,
+    Help = 3,
+    AbortAll = 4,
+    AcceptAll = 5,
+    Preview = 6
   };
 
   /// Add a command in the manager.