From: vsv Date: Mon, 25 Dec 2017 15:26:58 +0000 (+0300) Subject: Add command "Rename" to a folder context menu X-Git-Tag: V_2.10.1~20 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=75c5daf014e97397109d90b130fa78bec3e3afc3;p=modules%2Fshaper.git Add command "Rename" to a folder context menu --- 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;