]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Update for 19962 issue: MakePipeBiNormalAlongAxis implementation.
authorakl <akl@opencascade.com>
Fri, 26 Dec 2008 13:49:17 +0000 (13:49 +0000)
committerakl <akl@opencascade.com>
Fri, 26 Dec 2008 13:49:17 +0000 (13:49 +0000)
doc/salome/gui/GEOM/images/pipe2.png
src/GEOMGUI/GEOM_msg_en.ts
src/GenerationGUI/GenerationGUI_PipeDlg.cxx

index cfcffd945627718b26a66520a8e4ad8bf8be373e..66d6d9f98252e4fb951085bd1d8b44c77068ea5b 100755 (executable)
Binary files a/doc/salome/gui/GEOM/images/pipe2.png and b/doc/salome/gui/GEOM/images/pipe2.png differ
index 6c5c99053d1c6d3f93411d96ead824835c2e9a5a..72602eda155a920a49602016e6584300a66f8193 100644 (file)
@@ -167,6 +167,10 @@ Please, select face, shell or solid and try again</translation>
             <source>GEOM_BEZIER</source>
             <translation>Bezier</translation>
         </message>
+        <message>
+            <source>GEOM_BINORMAL</source>
+            <translation>BiNormal</translation>
+        </message>
         <message>
             <source>GEOM_BLOCK</source>
             <translation>Hexahedral Solid</translation>
index 830e74fa80e56bb19de337573577b99dd8c639d2..e560176dc627c1b0a3387fa3ab47027fa2e5ca2c 100644 (file)
@@ -73,7 +73,7 @@ GenerationGUI_PipeDlg::GenerationGUI_PipeDlg (GeometryGUI* theGeometryGUI, QWidg
   GroupPoints->GroupBox1->setTitle(tr("GEOM_ARGUMENTS"));
   GroupPoints->TextLabel1->setText(tr("GEOM_BASE_OBJECT"));
   GroupPoints->TextLabel2->setText(tr("GEOM_PATH_OBJECT"));
-  GroupPoints->TextLabel3->setText(tr("GEOM_VECTOR"));
+  GroupPoints->TextLabel3->setText(tr("GEOM_BINORMAL"));
   GroupPoints->PushButton1->setIcon(image1);
   GroupPoints->PushButton2->setIcon(image1);
   GroupPoints->PushButton3->setIcon(image1);