mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
consistent message session start->end.
This commit is contained in:
parent
6cfb6ef665
commit
d05c09c1f6
1 changed files with 1 additions and 1 deletions
|
|
@ -6038,7 +6038,7 @@ Editor::set_session_extents_from_selection ()
|
|||
if (!get_selection_extents ( start, end))
|
||||
return;
|
||||
|
||||
begin_reversible_command (_("set session start/stop from selection"));
|
||||
begin_reversible_command (_("set session start/end from selection"));
|
||||
|
||||
Location* loc;
|
||||
if ((loc = _session->locations()->session_range_location()) == 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue