mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
Fix typo
This commit is contained in:
parent
adf0d52872
commit
52e493b49b
1 changed files with 1 additions and 1 deletions
|
|
@ -371,7 +371,7 @@ EditingContext::register_automation_actions (Bindings* automation_bindings, std:
|
|||
reg_sens (_automation_actions, "move-points-later", _("Move Selected Automation Points Later"), sigc::mem_fun (*this, &EditingContext::automation_move_points_later));
|
||||
reg_sens (_automation_actions, "move-points-earlier", _("Move Selected Automation Points Earlier"), sigc::mem_fun (*this, &EditingContext::automation_move_points_earlier));
|
||||
reg_sens (_automation_actions, "raise-points", _("Increase Value of Selected Automation Points"), sigc::mem_fun (*this, &EditingContext::automation_raise_points));
|
||||
reg_sens (_automation_actions, "lower-points", _("Decrease Value of Selected Automatuon Points"), sigc::mem_fun (*this, &EditingContext::automation_lower_points));
|
||||
reg_sens (_automation_actions, "lower-points", _("Decrease Value of Selected Automation Points"), sigc::mem_fun (*this, &EditingContext::automation_lower_points));
|
||||
reg_sens (_automation_actions, "begin-edit", _("Open value entry window for automation editing"), sigc::mem_fun (*this, &EditingContext::automation_begin_edit));
|
||||
reg_sens (_automation_actions, "end-edit", _("Close value entry window for automation editing"), sigc::mem_fun (*this, &EditingContext::automation_end_edit));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue