summaryrefslogtreecommitdiffstats
path: root/Gui/events.c
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/events.c')
-rw-r--r--Gui/events.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Gui/events.c b/Gui/events.c
index b6d4330668..ca514d9fd2 100644
--- a/Gui/events.c
+++ b/Gui/events.c
@@ -40,7 +40,8 @@ evName evNames[] =
{ evDoubleSize, "evDoubleSize" }, // 38
{ evSetMoviePosition, "evSetMoviePosition" }, // 39
{ evSetVolume, "evSetVolume" }, // 40
- { evSetBalance, "evSetBalance" } // 41
+ { evSetBalance, "evSetBalance" }, // 41
+ { evHelp, "evHelp" }
};
const int evBoxs = sizeof( evNames ) / sizeof( evName );