From 6471b3c81a4d629e3ed48d4e8ec678e1f1cf2964 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Mon, 8 Dec 2008 09:51:42 +0000 Subject: 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 --- apps/plugins/stopwatch.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/stopwatch.c') diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c index 9725c6dc67..5090305511 100644 --- a/apps/plugins/stopwatch.c +++ b/apps/plugins/stopwatch.c @@ -161,8 +161,8 @@ PLUGIN_HEADER #elif CONFIG_KEYPAD == CREATIVEZVM_PAD #define STOPWATCH_QUIT BUTTON_BACK #define STOPWATCH_START_STOP BUTTON_PLAY -#define STOPWATCH_RESET_TIMER BUTTON_CUSTOM -#define STOPWATCH_LAP_TIMER BUTTON_SELECT +#define STOPWATCH_RESET_TIMER BUTTON_SELECT +#define STOPWATCH_LAP_TIMER BUTTON_CUSTOM #define STOPWATCH_SCROLL_UP BUTTON_UP #define STOPWATCH_SCROLL_DOWN BUTTON_DOWN #else -- cgit v1.2.3