fix thinko in command name ('set session END' not start)

This commit is contained in:
Ben Loftis 2022-05-03 09:16:32 -05:00
parent 07b468b108
commit dbd80a6dd0
1 changed files with 1 additions and 1 deletions

View File

@ -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));