Salome HOME
Fix for formula definition with '=' in an integer widget
[modules/shaper.git] / src / XGUI / XGUI_OperationMgr.h
index a2e2f0ed0d3176d4a8632d3acfa4c54e9e901e16..07ed810a3c7aff83f03aac3237b07c2f9ec10f34 100755 (executable)
@@ -53,8 +53,8 @@ public:
   /// Enumeration of kind of message that is used when trying to stop the active operation
   enum XGUI_MessageKind
   {
-    XGUI_AbortOperationMessage, //< warns and give possibility to abort current operation
-    XGUI_InformationMessage //< ask to apply the current operation before performing something
+    XGUI_AbortOperationMessage, ///< warns and give possibility to abort current operation
+    XGUI_InformationMessage ///< ask to apply the current operation before performing something
   };
 
 public: