Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-03-16 15:11:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-16 15:11:14 +0400
commit37dd7360d64f70f7e9034f82f9dd03b14c41102a (patch)
tree2d3d833b6709ca2d6f8ac2135078ff9b6aaa3efb /source/blender/editors/animation/anim_markers.c
parent7b7196e3adea4cd5a818d0653f85b363418079c3 (diff)
Code cleanup: naming conventions
Diffstat (limited to 'source/blender/editors/animation/anim_markers.c')
-rw-r--r--source/blender/editors/animation/anim_markers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/animation/anim_markers.c b/source/blender/editors/animation/anim_markers.c
index f95807b55ea..49e136f6e95 100644
--- a/source/blender/editors/animation/anim_markers.c
+++ b/source/blender/editors/animation/anim_markers.c
@@ -1494,7 +1494,7 @@ void ED_operatortypes_marker(void)
}
/* called in screen_ops.c:ED_keymap_screen() */
-void ED_marker_keymap(wmKeyConfig *keyconf)
+void ED_keymap_marker(wmKeyConfig *keyconf)
{
wmKeyMap *keymap = WM_keymap_find(keyconf, "Markers", 0, 0);
wmKeyMapItem *kmi;