X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FXGUI%2FXGUI_ContextMenuMgr.cpp;h=87c91f9753ec01b48737e0a66f23e9cdd044b48b;hb=57af37f78b56b87216f62d45537e0ad3e7197cf3;hp=47aeb1ba75474d746223196e6d41080b7dbace26;hpb=dc7d4d86b58b81684abc9b5a2be8ec30f210c2da;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_ContextMenuMgr.cpp b/src/XGUI/XGUI_ContextMenuMgr.cpp index 47aeb1ba7..87c91f975 100644 --- a/src/XGUI/XGUI_ContextMenuMgr.cpp +++ b/src/XGUI/XGUI_ContextMenuMgr.cpp @@ -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;