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, 2 insertions, 0 deletions
diff --git a/apps/plugins/dict.c b/apps/plugins/dict.c
index 441f7400b3..a80ace2871 100644
--- a/apps/plugins/dict.c
+++ b/apps/plugins/dict.c
@@ -102,6 +102,8 @@ 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)
106#define LP_QUIT BUTTON_MENU
105#else 107#else
106#define LP_QUIT BUTTON_OFF 108#define LP_QUIT BUTTON_OFF
107#endif 109#endif