mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-18 03:15:52 +01:00
menu item says Fader and Pan, so the automation track should say the same for consistency
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5544 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
34f89e6f57
commit
c55f3dcb3c
1 changed files with 2 additions and 2 deletions
|
|
@ -382,7 +382,7 @@ AudioTimeAxisView::add_gain_automation_child ()
|
|||
editor,
|
||||
*this,
|
||||
parent_canvas,
|
||||
_("gain"),
|
||||
_("Fader"),
|
||||
_route->gain_automation_curve());
|
||||
|
||||
line = new AutomationGainLine ("automation gain",
|
||||
|
|
@ -422,7 +422,7 @@ AudioTimeAxisView::add_pan_automation_child ()
|
|||
{
|
||||
XMLProperty* prop;
|
||||
|
||||
pan_track = new PanAutomationTimeAxisView (_session, _route, editor, *this, parent_canvas, _("pan"));
|
||||
pan_track = new PanAutomationTimeAxisView (_session, _route, editor, *this, parent_canvas, _("Pan"));
|
||||
|
||||
update_pans ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue