summaryrefslogtreecommitdiff
path: root/apps/player/icons.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/player/icons.h')
-rw-r--r--apps/player/icons.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/player/icons.h b/apps/player/icons.h
index 1c9c68d66c..c96f821cfa 100644
--- a/apps/player/icons.h
+++ b/apps/player/icons.h
@@ -26,7 +26,8 @@
26 26
27enum { 27enum {
28 Unknown=0x90, 28 Unknown=0x90,
29 Folder=0x18, Mod_Ajz, Language, File, Wps, Playlist, Text, Config 29 Plugin = 0x17,
30 Folder, Mod_Ajz, Language, File, Wps, Playlist, Text, Config,
30}; 31};
31 32
32#endif 33#endif