]> 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:51:15 +0000 (13:51 +0000)
committerakl <akl@opencascade.com>
Fri, 26 Dec 2008 13:51:15 +0000 (13:51 +0000)
doc/salome/gui/GEOM/images/pipe2.png
src/GEOMGUI/GEOM_msg_en.po
src/GenerationGUI/GenerationGUI_PipeDlg.cxx

index 8eedc0fdecfb2a00ae52d658d132343160807f65..d549fecff1c82ed1f3255a4e8b8069f400e6f43b 100755 (executable)
Binary files a/doc/salome/gui/GEOM/images/pipe2.png and b/doc/salome/gui/GEOM/images/pipe2.png differ
index 785930e40d851ad50acb8b5677704a9cf2f78389..99d1f081eff4a4575a7d065bdd8d2b82e1ff634f 100644 (file)
@@ -80,6 +80,10 @@ msgstr "Not a single entity has been found"
 #==============================================================================
 #
 
+#
+#==============================================================================
+#
+
 #: GeometryGUI.cxx:563
 msgid "GEOM_INF_LOADED"
 msgstr "File %1 loaded."
@@ -473,6 +477,10 @@ msgstr "Step V :"
 msgid "GEOM_STEP_U"
 msgstr "Step U :"
 
+#BiNormal
+msgid "GEOM_BINORMAL"
+msgstr "BiNormal"
+
 #
 #==============================================================================
 #
index 49153f997610ecd464e2e5eb01cec0cae47bac7c..db350fa78dd6fdff6b6ec4c5e17c4b294743f75c 100644 (file)
@@ -82,7 +82,7 @@ GenerationGUI_PipeDlg::GenerationGUI_PipeDlg(GeometryGUI* theGeometryGUI, QWidge
   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->setPixmap(image1);
   GroupPoints->PushButton2->setPixmap(image1);
   GroupPoints->PushButton3->setPixmap(image1);