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"
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"
// 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"),
{
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;