From 363107a8c9f33d8aeebd9ee8d56f90af87c73ea2 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Mon, 29 Apr 2013 23:32:21 +0100 Subject: [PATCH] Set the title of the main toolbar --- pv/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pv/mainwindow.cpp b/pv/mainwindow.cpp index 16147b14..ca514bf9 100644 --- a/pv/mainwindow.cpp +++ b/pv/mainwindow.cpp @@ -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); -- 2.30.2