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 7209240128..30ba2f442b 100644
--- a/apps/plugins/dict.c
+++ b/apps/plugins/dict.c
@@ -108,6 +108,8 @@ long reverse (long N) {
108#define LP_QUIT BUTTON_MENU 108#define LP_QUIT BUTTON_MENU
109#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD 109#elif CONFIG_KEYPAD == IRIVER_IFP7XX_PAD
110#define LP_QUIT BUTTON_PLAY 110#define LP_QUIT BUTTON_PLAY
111#elif CONFIG_KEYPAD == IAUDIO_X5_PAD
112#define LP_QUIT BUTTON_POWER
111#else 113#else
112#define LP_QUIT BUTTON_OFF 114#define LP_QUIT BUTTON_OFF
113#endif 115#endif