projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99af680
)
MainWindow: Fix typo
author
Soeren Apel
<soeren@apelpie.net>
Mon, 28 Dec 2015 14:23:31 +0000
(15:23 +0100)
committer
Soeren Apel
<soeren@apelpie.net>
Mon, 28 Dec 2015 14:23:31 +0000
(15:23 +0100)
pv/mainwindow.cpp
patch
|
blob
|
history
diff --git
a/pv/mainwindow.cpp
b/pv/mainwindow.cpp
index d693ddc35e6c7b5ecc8cfc444d2cdc9754e5b937..4088c26d1c86b430f3f811df8269c07b6be65616 100644
(file)
--- a/
pv/mainwindow.cpp
+++ b/
pv/mainwindow.cpp
@@
-459,7
+459,7
@@
void MainWindow::setup_ui()
QString::fromUtf8("actionViewZoomOneToOne"));
menu_view->addAction(action_view_zoom_one_to_one_);
- menu_
file
->addSeparator();
+ menu_
view
->addSeparator();
action_view_sticky_scrolling_->setCheckable(true);
action_view_sticky_scrolling_->setChecked(true);