From: akl Date: Fri, 26 Dec 2008 13:51:15 +0000 (+0000) Subject: Update for 19962 issue: MakePipeBiNormalAlongAxis implementation. X-Git-Tag: V4_1_5rc1~30 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=bae7c183d8cf6d067cdd9fef0c1a5bf7033501c8;p=modules%2Fgeom.git Update for 19962 issue: MakePipeBiNormalAlongAxis implementation. --- diff --git a/doc/salome/gui/GEOM/images/pipe2.png b/doc/salome/gui/GEOM/images/pipe2.png index 8eedc0fde..d549fecff 100755 Binary files a/doc/salome/gui/GEOM/images/pipe2.png and b/doc/salome/gui/GEOM/images/pipe2.png differ diff --git a/src/GEOMGUI/GEOM_msg_en.po b/src/GEOMGUI/GEOM_msg_en.po index 785930e40..99d1f081e 100644 --- a/src/GEOMGUI/GEOM_msg_en.po +++ b/src/GEOMGUI/GEOM_msg_en.po @@ -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" + # #============================================================================== # diff --git a/src/GenerationGUI/GenerationGUI_PipeDlg.cxx b/src/GenerationGUI/GenerationGUI_PipeDlg.cxx index 49153f997..db350fa78 100644 --- a/src/GenerationGUI/GenerationGUI_PipeDlg.cxx +++ b/src/GenerationGUI/GenerationGUI_PipeDlg.cxx @@ -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);