summaryrefslogtreecommitdiff
path: root/apps/plugins/stopwatch.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/stopwatch.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/stopwatch.c')
-rw-r--r--apps/plugins/stopwatch.c4
1 files changed, 2 insertions, 2 deletions
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
161#elif CONFIG_KEYPAD == CREATIVEZVM_PAD 161#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
162#define STOPWATCH_QUIT BUTTON_BACK 162#define STOPWATCH_QUIT BUTTON_BACK
163#define STOPWATCH_START_STOP BUTTON_PLAY 163#define STOPWATCH_START_STOP BUTTON_PLAY
164#define STOPWATCH_RESET_TIMER BUTTON_CUSTOM 164#define STOPWATCH_RESET_TIMER BUTTON_SELECT
165#define STOPWATCH_LAP_TIMER BUTTON_SELECT 165#define STOPWATCH_LAP_TIMER BUTTON_CUSTOM
166#define STOPWATCH_SCROLL_UP BUTTON_UP 166#define STOPWATCH_SCROLL_UP BUTTON_UP
167#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN 167#define STOPWATCH_SCROLL_DOWN BUTTON_DOWN
168#else 168#else