13
0

temporary fix: tell the user that region name-display requires a restart of ardour

This commit is contained in:
Ben Loftis 2015-01-08 12:23:03 -06:00
parent e0964ea69a
commit 76cd6236e1

View File

@ -2221,7 +2221,7 @@ RCOptionEditor::RCOptionEditor ()
add_option (S_("Preferences|GUI"),
new BoolOption (
"show-name-highlight",
_("Use name highlight bars in region displays"),
_("Use name highlight bars in region displays (requires a restart)"),
sigc::mem_fun (*_ui_config, &UIConfiguration::get_show_name_highlight),
sigc::mem_fun (*_ui_config, &UIConfiguration::set_show_name_highlight)
));