summaryrefslogtreecommitdiff
path: root/apps/player
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-07-14 12:21:59 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-07-14 12:21:59 +0000
commit4d49a6b26ef4f1f95fcd3c2e487a1ed01be2fea1 (patch)
treed1c4735fa71375eb304c22bee75e0f27c22b0e9f /apps/player
parentbac1ae5aa1c2f0009ef34f3bad87b23072a28d2f (diff)
downloadrockbox-4d49a6b26ef4f1f95fcd3c2e487a1ed01be2fea1.tar.gz
rockbox-4d49a6b26ef4f1f95fcd3c2e487a1ed01be2fea1.zip
Added bookmark icon for the Player/Studio
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4880 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/player')
-rw-r--r--apps/player/icons.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/player/icons.h b/apps/player/icons.h
index 041f09eca6..f5842eca40 100644
--- a/apps/player/icons.h
+++ b/apps/player/icons.h
@@ -29,8 +29,8 @@
29 29
30enum { 30enum {
31 Unknown = 0x90, 31 Unknown = 0x90,
32 Plugin = 0x17, 32 Bookmark = 0x16,
33 Folder, Mod_Ajz, Language, File, Wps, Playlist, Text, Config, 33 Plugin, Folder, Mod_Ajz, Language, File, Wps, Playlist, Text, Config,
34}; 34};
35 35
36#endif 36#endif