diff options
Diffstat (limited to 'apps/plugins/stopwatch.c')
| -rw-r--r-- | apps/plugins/stopwatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/stopwatch.c b/apps/plugins/stopwatch.c index fd33bb7..a676816 100644 --- a/apps/plugins/stopwatch.c +++ b/apps/plugins/stopwatch.c @@ -240,7 +240,7 @@ #define STOPWATCH_SCROLL_DOWN BUTTON_VOL_DOWN #elif CONFIG_KEYPAD == MPIO_HD300_PAD -#define STOPWATCH_QUIT (BUTTON_REC|BUTTON_REPEAT) +#define STOPWATCH_QUIT (BUTTON_MENU|BUTTON_REPEAT) #define STOPWATCH_START_STOP BUTTON_PLAY #define STOPWATCH_RESET_TIMER BUTTON_REW #define STOPWATCH_LAP_TIMER BUTTON_FF |