summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2015-01-08 12:23:03 -0600
committerBen Loftis <ben@harrisonconsoles.com>2015-01-08 16:00:49 -0600
commit76cd6236e1054702925a298a3494ef51e34a285d (patch)
tree59fff677e519201ef81966b961d921696c4daf2b /gtk2_ardour/rc_option_editor.cc
parente0964ea69ae3d5857174a9a5faf821ed2d1fb9e6 (diff)
temporary fix: tell the user that region name-display requires a restart of ardour
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 0940a0fdd2..358ff6e107 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -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)
));