summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-06-17 19:30:54 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-06-17 19:30:54 +0000
commit566ce557368e84ce550f480cb5cf03aae1aa0cfa (patch)
tree1507ac79e5277ecfa84c427aa3ec671a9bff57e2 /gtk2_ardour
parentdaf0e333a942a19fcfc4c72d1193eb21c294a0a7 (diff)
remove SoloBus solo model, add PFL and AFL. basic testing indicates it works, but probably some oddities.
git-svn-id: svn://localhost/ardour2/branches/3.0@5210 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/rc_option_editor.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 390ebe92de..2f232d37c4 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -1090,7 +1090,8 @@ RCOptionEditor::RCOptionEditor ()
);
sm->add (SoloInPlace, _("in place"));
- sm->add (SoloBus, _("via bus"));
+ sm->add (SoloAFL, _("post-fader listen via monitor bus"));
+ sm->add (SoloPFL, _("pre-fader listen via monitor bus"));
add_option (_("Audio"), sm);