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 fcc55faef1..0eada8b83c 100644
--- a/apps/plugins/dict.c
+++ b/apps/plugins/dict.c
@@ -142,6 +142,8 @@ long reverse (long N) {
142#define LP_QUIT BUTTON_POWER 142#define LP_QUIT BUTTON_POWER
143#elif CONFIG_KEYPAD == ONDAVX747_PAD 143#elif CONFIG_KEYPAD == ONDAVX747_PAD
144#define LP_QUIT BUTTON_POWER 144#define LP_QUIT BUTTON_POWER
145#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
146#define LP_QUIT BUTTON_LEFT
145#else 147#else
146#define LP_QUIT BUTTON_OFF 148#define LP_QUIT BUTTON_OFF
147#endif 149#endif