]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix for bug IPAL11551 ( There are 3 viewer toolbars with "View Operations" name in...
authormzn <mzn@opencascade.com>
Mon, 13 Feb 2006 15:43:02 +0000 (15:43 +0000)
committermzn <mzn@opencascade.com>
Mon, 13 Feb 2006 15:43:02 +0000 (15:43 +0000)
src/VISUGUI/VISUM_msg_en.po
src/VVTK/VVTK_MainWindow.cxx

index e9676f439c6227267e1e157a3b76834086303740..def90f7ccd1cbe112d528acdb6c940dbb56ef0e5 100644 (file)
@@ -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"
 
index de0ebfd064e7131f2300a2daebd154a876fd5e31..e292f1b6f70022460ee5397cd35faeb9493b869f 100644 (file)
@@ -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;