From 1159b0e00e3202d2c68b858484d0dbb32ffdd807 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 10 Mar 2010 12:54:49 +0000 Subject: [PATCH] 0020695: EDF 1076 GEOM: Add a new shape in GEOM: T-shape --- src/GEOMGUI/GEOM_msg_en.ts | 4 ++++ src/GEOMGUI/GeometryGUI.cxx | 3 +++ 2 files changed, 7 insertions(+) diff --git a/src/GEOMGUI/GEOM_msg_en.ts b/src/GEOMGUI/GEOM_msg_en.ts index c084bb52d..1bb1519bf 100644 --- a/src/GEOMGUI/GEOM_msg_en.ts +++ b/src/GEOMGUI/GEOM_msg_en.ts @@ -3199,6 +3199,10 @@ Please, select face, shell or solid and try again TOOL_OPERATIONS Operations + + TOOL_ADVANCED + Advanced + TOP_ARC Create an arc diff --git a/src/GEOMGUI/GeometryGUI.cxx b/src/GEOMGUI/GeometryGUI.cxx index 0d45fcc87..f15fec4db 100644 --- a/src/GEOMGUI/GeometryGUI.cxx +++ b/src/GEOMGUI/GeometryGUI.cxx @@ -975,6 +975,9 @@ void GeometryGUI::initialize( CAM_Application* app ) createTool( GEOMOp::OpSolid, buildTbId ); createTool( GEOMOp::OpCompound, buildTbId ); + int advancedTbId = createTool( tr( "TOOL_ADVANCED" ) ); + //@@ insert new functions before this line @@// + // ---- create popup menus -------------------------- QString clientOCCorVTK = "(client='OCCViewer' or client='VTKViewer')"; -- 2.39.2