mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
fix thinko in command name ('set session END' not start)
This commit is contained in:
parent
07b468b108
commit
dbd80a6dd0
1 changed files with 1 additions and 1 deletions
|
|
@ -2321,7 +2321,7 @@ Editor::set_session_end_from_playhead ()
|
|||
|
||||
XMLNode &after = loc->get_state();
|
||||
|
||||
begin_reversible_command (_("Set session start"));
|
||||
begin_reversible_command (_("Set session end"));
|
||||
|
||||
_session->add_command (new MementoCommand<Location>(*loc, &before, &after));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue