diff options
Diffstat (limited to 'apps/plugins/vu_meter.c')
-rw-r--r-- | apps/plugins/vu_meter.c | 4 |
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 @@ #elif CONFIG_KEYPAD == MPIO_HD200_PAD #define VUMETER_QUIT (BUTTON_REC|BUTTON_PLAY) #define VUMETER_HELP BUTTON_PLAY -#define VUMETER_MENU BUTTON_SELECT +#define VUMETER_MENU BUTTON_FUNC #define VUMETER_UP BUTTON_VOL_UP #define VUMETER_DOWN BUTTON_VOL_DOWN #define LABEL_HELP "PLAY" #define LABEL_QUIT "MENU" -#define LABEL_MENU "SELECT" +#define LABEL_MENU "FUNC" #define LABEL_VOLUME "UP/DOWN" #else |