summaryrefslogtreecommitdiff
path: root/apps/plugins/dict.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/dict.c')
-rw-r--r--apps/plugins/dict.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/dict.c b/apps/plugins/dict.c
index a80ace2871..aea7c44a6c 100644
--- a/apps/plugins/dict.c
+++ b/apps/plugins/dict.c
@@ -102,7 +102,7 @@ long reverse (long N) {
102/* Button definitions */ 102/* Button definitions */
103#if CONFIG_KEYPAD == PLAYER_PAD 103#if CONFIG_KEYPAD == PLAYER_PAD
104#define LP_QUIT BUTTON_STOP 104#define LP_QUIT BUTTON_STOP
105#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || (CONFIG_KEYPAD == IPOD_NANO_PAD) 105#elif (CONFIG_KEYPAD == IPOD_4G_PAD)
106#define LP_QUIT BUTTON_MENU 106#define LP_QUIT BUTTON_MENU
107#else 107#else
108#define LP_QUIT BUTTON_OFF 108#define LP_QUIT BUTTON_OFF