From 7ecb199d861fa34884c160bfa30f976d6909025e Mon Sep 17 00:00:00 2001 From: Antony Riakiotakis Date: Tue, 23 Jun 2015 12:58:33 +0200 Subject: Fix stupid mistake --- source/blender/windowmanager/intern/wm_operators.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/windowmanager') diff --git a/source/blender/windowmanager/intern/wm_operators.c b/source/blender/windowmanager/intern/wm_operators.c index bcc49aff547..66dd851fc91 100644 --- a/source/blender/windowmanager/intern/wm_operators.c +++ b/source/blender/windowmanager/intern/wm_operators.c @@ -4638,8 +4638,8 @@ static EnumPropertyItem redraw_timer_type_items[] = { {eRTDrawWindowSwap, "DRAW_WIN_SWAP", 0, "Draw Window + Swap", "Draw Window and Swap"}, {eRTAnimationStep, "ANIM_STEP", 0, "Anim Step", "Animation Steps"}, {eRTAnimationPlay, "ANIM_PLAY", 0, "Anim Play", "Animation Playback"}, - {6, "UNDO", 0, "Undo/Redo", "Undo/Redo"}, - {eRTUndo, NULL, 0, NULL, NULL} + {eRTUndo, "UNDO", 0, "Undo/Redo", "Undo/Redo"}, + {0, NULL, 0, NULL, NULL} }; static int redraw_timer_exec(bContext *C, wmOperator *op) -- cgit v1.2.3