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 257a0c6147..38e86fbed7 100644
--- a/apps/plugins/dict.c
+++ b/apps/plugins/dict.c
@@ -119,6 +119,8 @@ long reverse (long N) {
119#define LP_QUIT BUTTON_POWER 119#define LP_QUIT BUTTON_POWER
120#elif CONFIG_KEYPAD == IRIVER_H10_PAD 120#elif CONFIG_KEYPAD == IRIVER_H10_PAD
121#define LP_QUIT BUTTON_POWER 121#define LP_QUIT BUTTON_POWER
122#elif CONFIG_KEYPAD == MROBE500_PAD
123#define LP_QUIT BUTTON_POWER
122#else 124#else
123#define LP_QUIT BUTTON_OFF 125#define LP_QUIT BUTTON_OFF
124#endif 126#endif