projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a2fe44
)
Set the title of the main toolbar
author
Joel Holdsworth
<joel@airwebreathe.org.uk>
Mon, 29 Apr 2013 22:32:21 +0000
(23:32 +0100)
committer
Bert Vermeulen
<bert@biot.com>
Wed, 1 May 2013 21:47:21 +0000
(23:47 +0200)
pv/mainwindow.cpp
patch
|
blob
|
history
diff --git
a/pv/mainwindow.cpp
b/pv/mainwindow.cpp
index 16147b14ff6df87f0960a7783c8c07c928efe130..ca514bf97a703eba3e7a8bc56dbebd23467c439a 100644
(file)
--- 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(t
r("Main Toolbar"), t
his);
_toolbar->addAction(_action_open);
_toolbar->addSeparator();
_toolbar->addAction(_action_view_zoom_in);