]> sigrok.org Git - pulseview.git/commitdiff
Set the title of the main toolbar
authorJoel Holdsworth <redacted>
Mon, 29 Apr 2013 22:32:21 +0000 (23:32 +0100)
committerBert Vermeulen <redacted>
Wed, 1 May 2013 21:47:21 +0000 (23:47 +0200)
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);