summaryrefslogtreecommitdiff
path: root/gtk2_ardour/io_selector.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/io_selector.h')
-rw-r--r--gtk2_ardour/io_selector.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/io_selector.h b/gtk2_ardour/io_selector.h
index fd5cb2fb50..3f4eb2155a 100644
--- a/gtk2_ardour/io_selector.h
+++ b/gtk2_ardour/io_selector.h
@@ -52,6 +52,10 @@ class IOSelector : public PortMatrix
std::string disassociation_verb () const {
return _("Disconnect");
}
+
+ std::string channel_noun () const {
+ return _("port");
+ }
uint32_t n_io_ports () const;
boost::shared_ptr<ARDOUR::IO> const io () { return _io; }