From: vsr Date: Mon, 29 Nov 2010 13:42:44 +0000 (+0000) Subject: 0020742: EDF 1270 SMESH : Delete Group with contents and remove Orphan Nodes X-Git-Tag: tag_Before_ViscLayers_PrototypeVersion~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a62a70f8709802a1876d5c8c4a92aae8cf0d132d;p=modules%2Fsmesh.git 0020742: EDF 1270 SMESH : Delete Group with contents and remove Orphan Nodes Additional change: move "Remove Groups" menu item to the Modification/Remove submenu --- diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index 1dbcddf33..e684d705d 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -3360,8 +3360,6 @@ void SMESHGUI::initialize( CAM_Application* app ) createMenu( separator(), meshId, -1 ); createMenu( 814, meshId, -1 ); createMenu( separator(), meshId, -1 ); - createMenu( 813, meshId, -1 ); - createMenu( separator(), meshId, -1 ); createMenu( 900, meshId, -1 ); //createMenu( 902, meshId, -1 ); createMenu( 903, meshId, -1 ); @@ -3409,6 +3407,8 @@ void SMESHGUI::initialize( CAM_Application* app ) createMenu( 4042, removeId, -1 ); createMenu( 4044, removeId, -1 ); createMenu( separator(), removeId, -1 ); + createMenu( 813, removeId, -1 ); + createMenu( separator(), removeId, -1 ); createMenu( 4043, removeId, -1 ); createMenu( 4051, renumId, -1 );