summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-25 09:02:00 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-25 09:02:00 +0000
commitcaebbcd77f133e3dbe4d9a0cafe6fadeaf699b49 (patch)
tree3d90c1120da3d98f55558bcfc0f58e8871fe8642 /apps
parente3aa46b63c5d444336db79acbd82961d84473135 (diff)
downloadrockbox-caebbcd77f133e3dbe4d9a0cafe6fadeaf699b49.tar.gz
rockbox-caebbcd77f133e3dbe4d9a0cafe6fadeaf699b49.zip
removed Test from the enum list, it broke things
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1171 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
-rw-r--r--apps/recorder/icons.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/icons.h b/apps/recorder/icons.h
index 4cb40730ba..866e4888f2 100644
--- a/apps/recorder/icons.h
+++ b/apps/recorder/icons.h
@@ -25,7 +25,7 @@
25#ifdef HAVE_LCD_BITMAP 25#ifdef HAVE_LCD_BITMAP
26 26
27enum icons_6x8 { 27enum icons_6x8 {
28 Test, Box_Filled, Box_Empty, Slider_Horizontal, File, 28 Box_Filled, Box_Empty, Slider_Horizontal, File,
29 Folder, Directory, Playlist, Repeat, 29 Folder, Directory, Playlist, Repeat,
30 Selected, Cursor, LastIcon 30 Selected, Cursor, LastIcon
31}; 31};