summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2015-05-26 16:41:03 -0500
committerBen Loftis <ben@harrisonconsoles.com>2015-05-26 16:41:03 -0500
commitcc7a368fb6d330f431de00fc2e5840708e0398bb (patch)
tree2ff5aa27c6613ba3c915a70c071972995761be01 /gtk2_ardour/rc_option_editor.cc
parentd3df99e22ed9ca96e3c9fb2e4c206677d79cac48 (diff)
Rationalize some aspects of region-gain control-point visibility:
Visibility is driven by the currently selected mouse mode. Visibility no longer depends on entering/exiting the region. Range mode shows the lines but not the points. Fixed option text to reflect new operation.
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 9b38b558c9..d9a71a783e 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -2085,7 +2085,7 @@ RCOptionEditor::RCOptionEditor ()
"show-region-gain-envelopes",
_("Show gain envelopes in audio regions"),
_("in all modes"),
- _("only in region gain mode"),
+ _("only in Draw and Internal Edit modes"),
sigc::mem_fun (*_ui_config, &UIConfiguration::get_show_region_gain),
sigc::mem_fun (*_ui_config, &UIConfiguration::set_show_region_gain)
));