summaryrefslogtreecommitdiff
path: root/libs/surfaces
diff options
context:
space:
mode:
Diffstat (limited to 'libs/surfaces')
-rw-r--r--libs/surfaces/mackie/mcp_buttons.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/surfaces/mackie/mcp_buttons.cc b/libs/surfaces/mackie/mcp_buttons.cc
index aec1703a26..53c462ca26 100644
--- a/libs/surfaces/mackie/mcp_buttons.cc
+++ b/libs/surfaces/mackie/mcp_buttons.cc
@@ -469,7 +469,7 @@ MackieControlProtocol::marker_release (Button &)
return off;
}
- session->locations()->next_available_name (markername,"marker");
+ session->locations()->next_available_name (markername,"mark");
DEBUG_TRACE (DEBUG::MackieControl, string_compose ("adding marker called %1\n", markername));
add_marker (markername);