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