summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-04-05 00:44:03 +0200
committerRobin Gareus <robin@gareus.org>2015-04-05 00:44:03 +0200
commit0c468dc379095430641d193fd136eec8fa48d0a9 (patch)
tree162e51797f7b54982ee9b1f479b6fb810be8b654 /gtk2_ardour/editor_routes.cc
parent6d531b82e03c309d740b253f9ef559fae664825b (diff)
add more contexts for SLA.
Diffstat (limited to 'gtk2_ardour/editor_routes.cc')
-rw-r--r--gtk2_ardour/editor_routes.cc18
1 files changed, 9 insertions, 9 deletions
diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc
index 1c78d5ca54..327841f4ad 100644
--- a/gtk2_ardour/editor_routes.cc
+++ b/gtk2_ardour/editor_routes.cc
@@ -203,15 +203,15 @@ EditorRoutes::EditorRoutes (Editor* e)
Gtk::Label* l;
ColumnInfo ci[] = {
- { 0, _("Name"), _("Track/Bus Name") },
- { 1, S_("TrackVisible|V"), _("Track/Bus visible ?") },
- { 2, S_("TrackActive|A"), _("Track/Bus active ?") },
- { 3, S_("MidiInput|I"), _("MIDI input enabled") },
- { 4, S_("Rec|R"), _("Record enabled") },
- { 5, S_("Mute|M"), _("Muted") },
- { 6, S_("Solo|S"), _("Soloed") },
- { 7, S_("SoloIso|SI"), _("Solo Isolated") },
- { 8, S_("SoloLock|SS"), _("Solo Safe (Locked)") },
+ { 0, _("Name"), _("Track/Bus Name") },
+ { 1, S_("Visible|V"), _("Track/Bus visible ?") },
+ { 2, S_("Active|A"), _("Track/Bus active ?") },
+ { 3, S_("MidiInput|I"), _("MIDI input enabled") },
+ { 4, S_("Rec|R"), _("Record enabled") },
+ { 5, S_("Mute|M"), _("Muted") },
+ { 6, S_("Solo|S"), _("Soloed") },
+ { 7, S_("SoloIso|SI"), _("Solo Isolated") },
+ { 8, S_("SoloLock|SS"), _("Solo Safe (Locked)") },
{ -1, 0, 0 }
};