summaryrefslogtreecommitdiff
path: root/apps/plugins/stopwatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/stopwatch.c')
-rw-r--r--apps/plugins/stopwatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c
index fd33bb7c03..a676816a50 100644
--- a/apps/plugins/stopwatch.c
+++ b/apps/plugins/stopwatch.c
@@ -240,7 +240,7 @@
240#define STOPWATCH_SCROLL_DOWN BUTTON_VOL_DOWN 240#define STOPWATCH_SCROLL_DOWN BUTTON_VOL_DOWN
241 241
242#elif CONFIG_KEYPAD == MPIO_HD300_PAD 242#elif CONFIG_KEYPAD == MPIO_HD300_PAD
243#define STOPWATCH_QUIT (BUTTON_REC|BUTTON_REPEAT) 243#define STOPWATCH_QUIT (BUTTON_MENU|BUTTON_REPEAT)
244#define STOPWATCH_START_STOP BUTTON_PLAY 244#define STOPWATCH_START_STOP BUTTON_PLAY
245#define STOPWATCH_RESET_TIMER BUTTON_REW 245#define STOPWATCH_RESET_TIMER BUTTON_REW
246#define STOPWATCH_LAP_TIMER BUTTON_FF 246#define STOPWATCH_LAP_TIMER BUTTON_FF