From 6da5dd6d41df9e3d05b9b8cceaf1b671b4e21141 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 19 Jul 2009 19:07:31 +0000 Subject: Port matrix tweaks: scroll wheel support; use the correct verb for disassociation in the menu; fixes for gaps appearing when groups are hidden. git-svn-id: svn://localhost/ardour2/branches/3.0@5382 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/global_port_matrix.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gtk2_ardour/global_port_matrix.h') diff --git a/gtk2_ardour/global_port_matrix.h b/gtk2_ardour/global_port_matrix.h index 0e5fb02dc5..1372c651f1 100644 --- a/gtk2_ardour/global_port_matrix.h +++ b/gtk2_ardour/global_port_matrix.h @@ -24,6 +24,7 @@ #include "port_matrix.h" #include "port_group.h" #include "ardour_dialog.h" +#include "i18n.h" class GlobalPortMatrix : public PortMatrix { @@ -44,6 +45,10 @@ public: return false; } + std::string disassociation_verb () const { + return _("Disconnect"); + } + bool list_is_global (int) const { return true; } -- cgit v1.2.3