projects
/
pulseview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
80067e4
)
MainBar: Fix notification message
author
Soeren Apel
<soeren@apelpie.net>
Wed, 24 May 2017 16:06:11 +0000
(18:06 +0200)
committer
Soeren Apel
<soeren@apelpie.net>
Fri, 26 May 2017 17:36:04 +0000
(19:36 +0200)
pv/toolbars/mainbar.cpp
patch
|
blob
|
history
diff --git
a/pv/toolbars/mainbar.cpp
b/pv/toolbars/mainbar.cpp
index a3b722cc3dcfa041f6bc913c451d6f4e4fec8410..0f92f060cb96135b5905dc529f5d1e43b05a77f3 100644
(file)
--- a/
pv/toolbars/mainbar.cpp
+++ b/
pv/toolbars/mainbar.cpp
@@
-599,7
+599,7
@@
void MainBar::export_file(shared_ptr<OutputFormat> format, bool selection_only)
if (!trace_view->cursors()->enabled()) {
show_session_error(tr("Missing Cursors"), tr("You need to set the " \
"cursors before you can save the data enclosed by them " \
- "to a session file (e.g. using
ALT-V - Show Cursors
)."));
+ "to a session file (e.g. using
the Show Cursors button
)."));
return;
}