13
0

Small HIG-ification.

git-svn-id: svn://localhost/ardour2/branches/3.0@7737 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-09-03 15:21:43 +00:00
parent 0c496aafed
commit 1b28aa93f8

View File

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