[Bf-blender-cvs] [79288a3] master: Fix T37747: keymap import error with region timers.

Brecht Van Lommel noreply at git.blender.org
Mon Dec 9 06:39:28 CET 2013


Commit: 79288a35fa6cb3461e274724836245d2b6bb6833
Author: Brecht Van Lommel
Date:   Mon Dec 9 06:38:44 2013 +0100
http://developer.blender.org/rB79288a35fa6cb3461e274724836245d2b6bb6833

Fix T37747: keymap import error with region timers.

===================================================================

M	source/blender/makesrna/intern/rna_wm.c

===================================================================

diff --git a/source/blender/makesrna/intern/rna_wm.c b/source/blender/makesrna/intern/rna_wm.c
index 0945159..fd477f1 100644
--- a/source/blender/makesrna/intern/rna_wm.c
+++ b/source/blender/makesrna/intern/rna_wm.c
@@ -319,7 +319,7 @@ EnumPropertyItem event_type_items[] = {
 	{TIMERJOBS, "TIMER_JOBS", 0, "Timer Jobs", ""},
 	{TIMERAUTOSAVE, "TIMER_AUTOSAVE", 0, "Timer Autosave", ""},
 	{TIMERREPORT, "TIMER_REPORT", 0, "Timer Report", ""},
-	{TIMERREGION, "TIMER_REGION", 0, "Timer Region", ""},
+	{TIMERREGION, "TIMERREGION", 0, "Timer Region", ""},
 	{0, "", 0, NULL, NULL},
 	{NDOF_MOTION, "NDOF_MOTION", 0, "NDOF Motion", ""},
 	/* buttons on all 3dconnexion devices */




More information about the Bf-blender-cvs mailing list