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 34b762f3b0..2018d8cb47 100644
--- a/apps/plugins/dict.c
+++ b/apps/plugins/dict.c
@@ -139,6 +139,8 @@ long reverse (long N) {
139#define LP_QUIT BUTTON_POWER 139#define LP_QUIT BUTTON_POWER
140#elif CONFIG_KEYPAD == CREATIVEZVM_PAD 140#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
141#define LP_QUIT BUTTON_BACK 141#define LP_QUIT BUTTON_BACK
142#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
143#define LP_QUIT BUTTON_POWER
142#else 144#else
143#define LP_QUIT BUTTON_OFF 145#define LP_QUIT BUTTON_OFF
144#endif 146#endif