use Marker::default_new_marker_prefix

This commit is contained in:
Paul Davis 2014-09-11 16:59:52 -04:00
parent b5491ad6d3
commit 908bffa5a1

View file

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