From 1f73394bb7903d7c28698b05fe556e007c62d0ac Mon Sep 17 00:00:00 2001 From: eap Date: Sat, 5 May 2012 11:53:03 +0000 Subject: [PATCH] 0021464: EDF 2065 SMESH: Add Delete Group with Contents in the contextual menu --- src/SMESHGUI/SMESHGUI.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index b235fbf02..72e11ab94 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -3962,6 +3962,7 @@ void SMESHGUI::initialize( CAM_Application* app ) #endif createPopupItem( 145, OB, mesh_group, multiple_non_empty ); // EXPORT_SAUV createPopupItem( 33, OB, mesh_part + " " + hyp_alg ); // DELETE + createPopupItem( 813, OB, group ); // DEL_GROUP with contents popupMgr()->insert( separator(), -1, 0 ); // popup for viewer -- 2.30.2