From: mzn Date: Mon, 13 Feb 2006 15:43:02 +0000 (+0000) Subject: Fix for bug IPAL11551 ( There are 3 viewer toolbars with "View Operations" name in... X-Git-Tag: mergeto_trunk_13Mar06~42 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ec89a9503ba4b1e94ff4c5b872ddd561386168b4;p=modules%2Fvisu.git Fix for bug IPAL11551 ( There are 3 viewer toolbars with "View Operations" name in the "Points" viewer ). --- diff --git a/src/VISUGUI/VISUM_msg_en.po b/src/VISUGUI/VISUM_msg_en.po index e9676f43..def90f7c 100644 --- a/src/VISUGUI/VISUM_msg_en.po +++ b/src/VISUGUI/VISUM_msg_en.po @@ -412,7 +412,10 @@ msgid "VisuGUI_TransparencyDlg::BUT_CLOSE" msgstr "Close" msgid "VVTK_ViewManager::VTK_VIEW_TITLE" -msgstr "VISU scene:%1 - viewer:%2" +msgstr "Gauss scene:%1 - viewer:%2" + +msgid "VVTK_MainWindow::LBL_TOOLBAR_RECORD_LABEL" +msgstr "Recording Operations" msgid "VVTK_MainWindow::MNU_VVTK_RECORDING_START" msgstr "Start recording" @@ -438,6 +441,9 @@ msgstr "Stop recording" msgid "VVTK_MainWindow::DSC_VVTK_RECORDING_STOP" msgstr "Stop recording" +msgid "VVTK_MainWindow1::LBL_TOOLBAR_GAUSS_LABEL" +msgstr "Gauss Viewer Tools" + msgid "VVTK_MainWindow1::MNU_VVTK_INTERACTOR_STYLE_SWITCH" msgstr "Interaction Style Switch" diff --git a/src/VVTK/VVTK_MainWindow.cxx b/src/VVTK/VVTK_MainWindow.cxx index de0ebfd0..e292f1b6 100644 --- a/src/VVTK/VVTK_MainWindow.cxx +++ b/src/VVTK/VVTK_MainWindow.cxx @@ -79,7 +79,7 @@ VVTK_MainWindow // Recording myRecordingToolBar = new QToolBar(this); myRecordingToolBar->setCloseMode(QDockWindow::Undocked); - myRecordingToolBar->setLabel(tr("LBL_TOOLBAR_LABEL")); + myRecordingToolBar->setLabel(tr("LBL_TOOLBAR_RECORD_LABEL")); moveDockWindow(myRecordingToolBar,Qt::DockLeft); myStartAction = new QtxAction(tr("MNU_VVTK_RECORDING_START"), @@ -265,7 +265,7 @@ VVTK_MainWindow1 { myPtsToolBar = new QToolBar(this); myPtsToolBar->setCloseMode(QDockWindow::Undocked); - myPtsToolBar->setLabel(tr("LBL_TOOLBAR_LABEL")); + myPtsToolBar->setLabel(tr("LBL_TOOLBAR_GAUSS_LABEL")); moveDockWindow(myPtsToolBar,Qt::DockLeft); QPixmap aPixmap;