Fix T37747: keymap import error with region timers.

This commit is contained in:
Brecht Van Lommel 2013-12-09 06:38:44 +01:00
parent 85ce444455
commit 79288a35fa
Notes: blender-bot 2023-02-14 11:29:57 +01:00
Referenced by issue #37747, keymap export/import error.
1 changed files with 1 additions and 1 deletions

View File

@ -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 */