summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-08-01 15:44:42 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-08-01 15:44:42 -0500
commitf296389fe022c3ba6ef1389b4a6cd6765d44ae78 (patch)
tree2fef4e608064500b7dc68c414302783153de6a86 /gtk2_ardour/route_time_axis.cc
parentb128271f2976316d3c3f1460114d3e19fe5362cb (diff)
Enforce mixer strip widths, more case fixes, and minor theme changes
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index a1acb0749b..d54d1949eb 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -96,9 +96,9 @@ RouteTimeAxisView::RouteTimeAxisView (PublicEditor& ed, Session* sess, ArdourCan
, parent_canvas (canvas)
, no_redraw (false)
, button_table (3, 3)
- , route_group_button (_("g"))
- , playlist_button (_("p"))
- , automation_button (_("a"))
+ , route_group_button (_("G"))
+ , playlist_button (_("P"))
+ , automation_button (_("A"))
, automation_action_menu (0)
, plugins_submenu_item (0)
, route_group_menu (0)
@@ -2524,10 +2524,10 @@ RouteTimeAxisView::set_button_names ()
break;
}
} else {
- solo_button->set_text (_("s"));
+ solo_button->set_text (_("S"));
ARDOUR_UI::instance()->set_tip (*solo_button, _("Solo"));
}
- mute_button->set_text (_("m"));
+ mute_button->set_text (_("M"));
}
Gtk::CheckMenuItem*