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 454a6d1866..0c25637d47 100644
--- a/Gui/events.c
+++ b/Gui/events.c
@@ -42,7 +42,8 @@ evName evNames[] =
{ evSetVolume, "evSetVolume" },
{ evSetBalance, "evSetBalance" },
{ evHelp, "evHelp" },
- { evLoadSubtitle, "evLoadSubtitle" }
+ { evLoadSubtitle, "evLoadSubtitle" },
+ { evPlayDVD, "evPlayDVD" }
};
int evBoxs = sizeof( evNames ) / sizeof( evName );