Salome HOME
Fix for the issue #2456 : Fatal error when remove part
[modules/shaper.git] / src / XGUI / XGUI_ContextMenuMgr.cpp
index 47aeb1ba75474d746223196e6d41080b7dbace26..87c91f9753ec01b48737e0a66f23e9cdd044b48b 100644 (file)
@@ -676,6 +676,7 @@ void XGUI_ContextMenuMgr::buildObjBrowserMenu()
   //-------------------------------------
 
   aList.clear();
+  aList.append(action("RENAME_CMD"));
   aList.append(action("DELETE_CMD"));
   myObjBrowserMenus[ModelAPI_Folder::group()] = aList;