0020695: EDF 1076 GEOM: Add a new shape in GEOM: T-shape

This commit is contained in:
vsr 2010-03-10 12:54:49 +00:00
parent ece47f8e46
commit 1159b0e00e
2 changed files with 7 additions and 0 deletions

View 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>

View 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')";