mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
use Marker::default_new_marker_prefix
This commit is contained in:
parent
b5491ad6d3
commit
908bffa5a1
1 changed files with 1 additions and 1 deletions
|
|
@ -648,7 +648,7 @@ Editor::mouse_add_new_marker (framepos_t where, bool is_cd, bool is_xrun)
|
|||
markerprefix = "xrun";
|
||||
flags = Location::IsMark;
|
||||
} else {
|
||||
markerprefix = "mark";
|
||||
markerprefix = _(Marker::default_new_marker_prefix);
|
||||
}
|
||||
|
||||
if (_session) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue