]> sigrok.org Git - pulseview.git/blobdiff - pv/mainwindow.cpp
Set the title of the main toolbar
[pulseview.git] / pv / mainwindow.cpp
index 16147b14ff6df87f0960a7783c8c07c928efe130..ca514bf97a703eba3e7a8bc56dbebd23467c439a 100644 (file)
@@ -184,7 +184,7 @@ void MainWindow::setup_ui()
        QMetaObject::connectSlotsByName(this);
 
        // Setup the toolbar
-       _toolbar = new QToolBar(this);
+       _toolbar = new QToolBar(tr("Main Toolbar"), this);
        _toolbar->addAction(_action_open);
        _toolbar->addSeparator();
        _toolbar->addAction(_action_view_zoom_in);