Salome HOME
History for undo and redo commands
[modules/shaper.git] / src / PartSet / PartSet_Module.cpp
index 49323976a568ca433a2a268280d81d1d98c6a945..7fe2956f1a9d516ff55781c83c23dde2b344fd96 100644 (file)
@@ -534,7 +534,7 @@ void PartSet_Module::deleteObjects()
   }
 
   SessionPtr aMgr = ModelAPI_Session::get();
-  aMgr->startOperation();
+  aMgr->startOperation("DeletePartSet");
   std::set<FeaturePtr>::const_iterator anIt = aRefFeatures.begin(),
                                        aLast = aRefFeatures.end();
   for (; anIt != aLast; anIt++) {