From 75c5daf014e97397109d90b130fa78bec3e3afc3 Mon Sep 17 00:00:00 2001 From: vsv Date: Mon, 25 Dec 2017 18:26:58 +0300 Subject: [PATCH] Add command "Rename" to a folder context menu --- src/XGUI/XGUI_ContextMenuMgr.cpp | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2