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
This commit is contained in:
Carl Hetherington 2012-06-19 22:05:04 +00:00
parent 46f594ac83
commit 1173bae7c2
3 changed files with 89 additions and 2 deletions

View file

@ -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)
));