From: vsr Date: Wed, 10 Mar 2010 12:54:49 +0000 (+0000) Subject: 0020695: EDF 1076 GEOM: Add a new shape in GEOM: T-shape X-Git-Tag: V5_1_4a1~44 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1159b0e00e3202d2c68b858484d0dbb32ffdd807;p=modules%2Fgeom.git 0020695: EDF 1076 GEOM: Add a new shape in GEOM: T-shape --- 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')";