summaryrefslogtreecommitdiff
path: root/apps/plugins/vu_meter.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/vu_meter.c')
-rw-r--r--apps/plugins/vu_meter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/vu_meter.c b/apps/plugins/vu_meter.c
index f9ecf8ef33..4da4011181 100644
--- a/apps/plugins/vu_meter.c
+++ b/apps/plugins/vu_meter.c
@@ -286,12 +286,12 @@
286#elif CONFIG_KEYPAD == MPIO_HD200_PAD 286#elif CONFIG_KEYPAD == MPIO_HD200_PAD
287#define VUMETER_QUIT (BUTTON_REC|BUTTON_PLAY) 287#define VUMETER_QUIT (BUTTON_REC|BUTTON_PLAY)
288#define VUMETER_HELP BUTTON_PLAY 288#define VUMETER_HELP BUTTON_PLAY
289#define VUMETER_MENU BUTTON_SELECT 289#define VUMETER_MENU BUTTON_FUNC
290#define VUMETER_UP BUTTON_VOL_UP 290#define VUMETER_UP BUTTON_VOL_UP
291#define VUMETER_DOWN BUTTON_VOL_DOWN 291#define VUMETER_DOWN BUTTON_VOL_DOWN
292#define LABEL_HELP "PLAY" 292#define LABEL_HELP "PLAY"
293#define LABEL_QUIT "MENU" 293#define LABEL_QUIT "MENU"
294#define LABEL_MENU "SELECT" 294#define LABEL_MENU "FUNC"
295#define LABEL_VOLUME "UP/DOWN" 295#define LABEL_VOLUME "UP/DOWN"
296 296
297#else 297#else