Port matrix tweaks: scroll wheel support; use the correct verb for disassociation...
[ardour.git] / gtk2_ardour / bundle_manager.h
index 2d0f41e10e816733550aa5a163fa570717c3bfd2..035bc6ffac686311770877e75da787d6f528cb88 100644 (file)
@@ -25,6 +25,7 @@
 #include <gtkmm/entry.h>
 #include "ardour_dialog.h"
 #include "port_matrix.h"
+#include "i18n.h"
 
 namespace ARDOUR {
        class Session;
@@ -50,6 +51,10 @@ class BundleEditorMatrix : public PortMatrix
        void setup_ports (int);
        bool list_is_global (int) const;
 
+       std::string disassociation_verb () const {
+               return _("Disassociate");
+       }
+
   private:
        enum {
                OTHER = 0,