From 1b28aa93f8b077a2abfb1e517eaabaa2118454bd Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 3 Sep 2010 15:21:43 +0000 Subject: [PATCH] Small HIG-ification. git-svn-id: svn://localhost/ardour2/branches/3.0@7737 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/processor_box.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/processor_box.cc b/gtk2_ardour/processor_box.cc index 16ea065b60..fb421cab3d 100644 --- a/gtk2_ardour/processor_box.cc +++ b/gtk2_ardour/processor_box.cc @@ -1688,7 +1688,7 @@ ProcessorBox::register_actions () sigc::ptr_fun (ProcessorBox::rb_ab_plugins)); /* show editors */ - act = ActionManager::register_action (popup_act_grp, X_("edit"), _("Edit"), + act = ActionManager::register_action (popup_act_grp, X_("edit"), _("Edit..."), sigc::ptr_fun (ProcessorBox::rb_edit)); ActionManager::plugin_selection_sensitive_actions.push_back(act);