summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-19 22:05:04 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-19 22:05:04 +0000
commit1173bae7c20e1d7763ae092b1b98c92835b1562f (patch)
treee40aea1f6c5c3ea5c1c032500f255c07d102398e /gtk2_ardour/rc_option_editor.cc
parent46f594ac839e81d3e9eee821084f22290a0cc61f (diff)
Clarify the meaning of the show-region-gain-envelopes option.
git-svn-id: svn://localhost/ardour2/branches/3.0@12790 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 362f421013..9ba83021d5 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -1063,9 +1063,11 @@ RCOptionEditor::RCOptionEditor ()
));
add_option (_("Editor"),
- new BoolOption (
+ new BoolComboOption (
"show-region-gain-envelopes",
_("Show gain envelopes in audio regions"),
+ _("in all modes"),
+ _("only in region gain mode"),
sigc::mem_fun (*_rc_config, &RCConfiguration::get_show_region_gain),
sigc::mem_fun (*_rc_config, &RCConfiguration::set_show_region_gain)
));