]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
0020695: EDF 1076 GEOM: Add a new shape in GEOM: T-shape
authorvsr <vsr@opencascade.com>
Wed, 10 Mar 2010 12:54:49 +0000 (12:54 +0000)
committervsr <vsr@opencascade.com>
Wed, 10 Mar 2010 12:54:49 +0000 (12:54 +0000)
src/GEOMGUI/GEOM_msg_en.ts
src/GEOMGUI/GeometryGUI.cxx

index c084bb52d16eda79f4515bc007cff8c8bee7a8ff..1bb1519bf1bd6fe84932c3e2e732b5e53f3e27f5 100644 (file)
@@ -3199,6 +3199,10 @@ Please, select face, shell or solid and try again</translation>
             <source>TOOL_OPERATIONS</source>
             <translation>Operations</translation>
         </message>
+        <message>
+            <source>TOOL_ADVANCED</source>
+            <translation>Advanced</translation>
+        </message>
         <message>
             <source>TOP_ARC</source>
             <translation>Create an arc</translation>
index 0d45fcc87ad75ad09718cafcb483da16ba2b3ac8..f15fec4dbf77aea371720cc364ac0e4dc3920bb7 100644 (file)
@@ -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')";