diff options
Diffstat (limited to 'apps/plugins/chopper.c')
| -rw-r--r-- | apps/plugins/chopper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c index 8712a58..e0959c6 100644 --- a/apps/plugins/chopper.c +++ b/apps/plugins/chopper.c @@ -165,8 +165,8 @@ CONFIG_KEYPAD == MROBE500_PAD #elif CONFIG_KEYPAD == MPIO_HD200_PAD #define QUIT (BUTTON_REC|BUTTON_PLAY) -#define ACTION BUTTON_SELECT -#define ACTIONTEXT "SELECT" +#define ACTION BUTTON_FUNC +#define ACTIONTEXT "FUNC" #else #error No keymap defined! |