diff options
Diffstat (limited to 'apps/plugins/dict.c')
| -rw-r--r-- | apps/plugins/dict.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/dict.c b/apps/plugins/dict.c index 76b265e..3b0e2f2 100644 --- a/apps/plugins/dict.c +++ b/apps/plugins/dict.c @@ -105,7 +105,8 @@ long reverse (long N) { #if CONFIG_KEYPAD == PLAYER_PAD #define LP_QUIT BUTTON_STOP #elif (CONFIG_KEYPAD == IPOD_4G_PAD) || \ - (CONFIG_KEYPAD == IPOD_3G_PAD) + (CONFIG_KEYPAD == IPOD_3G_PAD) || \ + (CONFIG_KEYPAD == IPOD_1G2G_PAD) #define LP_QUIT BUTTON_MENU #elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD #define LP_QUIT BUTTON_PLAY |