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 fda915ba6c..8268e81811 100644
--- a/apps/plugins/dict.c
+++ b/apps/plugins/dict.c
@@ -140,6 +140,8 @@ long reverse (long N) {
140#define LP_QUIT BUTTON_BACK 140#define LP_QUIT BUTTON_BACK
141#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD 141#elif CONFIG_KEYPAD == PHILIPS_HDD1630_PAD
142#define LP_QUIT BUTTON_POWER 142#define LP_QUIT BUTTON_POWER
143#elif CONFIG_KEYPAD == PHILIPS_SA9200_PAD
144#define LP_QUIT BUTTON_POWER
143#elif CONFIG_KEYPAD == ONDAVX747_PAD 145#elif CONFIG_KEYPAD == ONDAVX747_PAD
144#define LP_QUIT BUTTON_POWER 146#define LP_QUIT BUTTON_POWER
145#elif CONFIG_KEYPAD == ONDAVX777_PAD 147#elif CONFIG_KEYPAD == ONDAVX777_PAD