mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
label cd track markers distinctly
This commit is contained in:
parent
00305c070d
commit
34875e4f3f
1 changed files with 2 additions and 0 deletions
|
|
@ -2368,6 +2368,8 @@ Editor::add_location_mark_with_flag (timepos_t const & where, Location::Flags fl
|
|||
markername = string_compose (_("cue %1"), cue_marker_name (cue_id));
|
||||
} else if (flags & Location::IsSection) {
|
||||
namebase = _("section");
|
||||
} else if (flags & Location::IsCDMarker) {
|
||||
namebase = _("cd trk");
|
||||
} else {
|
||||
namebase = _("mark");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue