summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2004-07-16 08:25:52 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2004-07-16 08:25:52 +0000
commit8e7e35c510e79388484798bb5267c9596abcae95 (patch)
treeeaf21d40fb2c7485e23850d5e5cef23979c9bfb4 /apps
parenta939b732b49aa267854294bd64c72288fa69c827 (diff)
downloadrockbox-8e7e35c510e79388484798bb5267c9596abcae95.zip
rockbox-8e7e35c510e79388484798bb5267c9596abcae95.tar.gz
rockbox-8e7e35c510e79388484798bb5267c9596abcae95.tar.bz2
rockbox-8e7e35c510e79388484798bb5267c9596abcae95.tar.xz
Keeping the (non-functional) Neo build happy
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4888 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/neo/icons.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/neo/icons.h b/apps/neo/icons.h
index 7f0c0b7..460fee8 100644
--- a/apps/neo/icons.h
+++ b/apps/neo/icons.h
@@ -29,8 +29,8 @@
enum {
Unknown=0x90,
- Plugin = 0x17,
- Folder, Mod_Ajz, Language, File, Wps, Playlist, Text, Config,
+ Bookmark = 0x16,
+ Plugin, Folder, Mod_Ajz, Language, File, Wps, Playlist, Text, Config,
};
#endif