summaryrefslogtreecommitdiff
path: root/gtk2_ardour/io_selector.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-07-19 20:42:14 +0000
committerCarl Hetherington <carl@carlh.net>2009-07-19 20:42:14 +0000
commite587155ee56a8dc81185f055abc7126642d946b6 (patch)
tree236973e3d18d67997fcb67b10d2cf77fe31b1d0d /gtk2_ardour/io_selector.h
parent87d8f1f36048f1a118cb077ad8ba127c163e8ba5 (diff)
Use the word `port' rather than `channel' when adding channels to a route's bundle.
Don't mouseover on hidden groups in the matrix. git-svn-id: svn://localhost/ardour2/branches/3.0@5385 d708f5d6-7413-0410-9779-e7cbd77b26cf
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; }