From a7168feeac24ff192e1174717dbfa5582509babf Mon Sep 17 00:00:00 2001 From: Marcoen Hirschberg Date: Sat, 19 May 2007 23:38:09 +0000 Subject: attempt to make the Gigabeat button mappings in the plugins more logical and in line with the mapping in rockbox itself git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13436 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/vu_meter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/vu_meter.c') diff --git a/apps/plugins/vu_meter.c b/apps/plugins/vu_meter.c index fff64d4b7f..275cea326e 100644 --- a/apps/plugins/vu_meter.c +++ b/apps/plugins/vu_meter.c @@ -86,8 +86,8 @@ PLUGIN_HEADER #elif (CONFIG_KEYPAD == GIGABEAT_PAD) #define VUMETER_QUIT BUTTON_POWER #define VUMETER_HELP BUTTON_A -#define VUMETER_MENU BUTTON_SELECT -#define VUMETER_MENU_EXIT BUTTON_SELECT +#define VUMETER_MENU BUTTON_MENU +#define VUMETER_MENU_EXIT BUTTON_MENU #define VUMETER_MENU_EXIT2 BUTTON_POWER #define VUMETER_LEFT BUTTON_LEFT #define VUMETER_RIGHT BUTTON_RIGHT -- cgit v1.2.3