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