Fix action-name

This commit is contained in:
Robin Gareus 2019-03-29 14:52:25 +01:00
parent 0eee891de9
commit 1a90cd90de
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -2327,7 +2327,7 @@ Editor::set_edit_point_preference (EditPoint ep, bool force)
action = "edit-at-playhead";
break;
case EditAtSelectedMarker:
action = "edit-at-marker";
action = "edit-at-selected-marker";
break;
case EditAtMouse:
action = "edit-at-mouse";