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