summaryrefslogtreecommitdiff
path: root/apps/plugins/vu_meter.c
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2008-12-08 09:51:42 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2008-12-08 09:51:42 +0000
commit6471b3c81a4d629e3ed48d4e8ec678e1f1cf2964 (patch)
tree1db21b8b63edaf094153df2d90a5100ae18577cd /apps/plugins/vu_meter.c
parent66459fee3ddcabd2a98720ca482d22a1656eeba6 (diff)
downloadrockbox-6471b3c81a4d629e3ed48d4e8ec678e1f1cf2964.tar.gz
rockbox-6471b3c81a4d629e3ed48d4e8ec678e1f1cf2964.zip
Commit FS#9607 by Adam Hogan: fix plugin keymaps for Creative Zen Vision:M
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19363 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/vu_meter.c')
-rw-r--r--apps/plugins/vu_meter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/vu_meter.c b/apps/plugins/vu_meter.c
index 67ac024c62..77f7a707b1 100644
--- a/apps/plugins/vu_meter.c
+++ b/apps/plugins/vu_meter.c
@@ -229,7 +229,7 @@ PLUGIN_HEADER
229#define VUMETER_MENU_EXIT BUTTON_MENU 229#define VUMETER_MENU_EXIT BUTTON_MENU
230#define VUMETER_UP BUTTON_UP 230#define VUMETER_UP BUTTON_UP
231#define VUMETER_DOWN BUTTON_DOWN 231#define VUMETER_DOWN BUTTON_DOWN
232#define LABEL_HELP "PLAY" 232#define LABEL_HELP "MIDDLE"
233#define LABEL_QUIT "BACK" 233#define LABEL_QUIT "BACK"
234#define LABEL_MENU "MENU" 234#define LABEL_MENU "MENU"
235#define LABEL_VOLUME "UP/DOWN" 235#define LABEL_VOLUME "UP/DOWN"