mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
NO-OP: fix function name spelling
This commit is contained in:
parent
66b3ad79c1
commit
09bddcad10
5 changed files with 8 additions and 8 deletions
|
|
@ -1562,7 +1562,7 @@ AudioRegionView::add_gain_point_event (ArdourCanvas::Item *item, GdkEvent *ev, b
|
|||
|
||||
trackview.editor().begin_reversible_command (_("add gain control point"));
|
||||
|
||||
_fx_line->enable_autoation ();
|
||||
_fx_line->enable_automation ();
|
||||
|
||||
trackview.session()->add_command (new MementoCommand<AutomationList>(*_fx_line->the_list(), &before, &after));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue