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 5e61b64ea5..8101eaf427 100644
--- a/Gui/events.c
+++ b/Gui/events.c
@@ -47,7 +47,8 @@ evName evNames[] =
{ evPlayDVD, "evPlayDVD" },
{ evPlayVCD, "evPlayVCD" },
{ evSetURL, "evSetURL" },
- { evLoadAudioFile, "evLoadAudioFile" }
+ { evLoadAudioFile, "evLoadAudioFile" },
+ { evDropSubtitle, "evDropSubtitle" }
};
int evBoxs = sizeof( evNames ) / sizeof( evName );