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 2127186e72..bb98df7501 100644
--- a/apps/plugins/dict.c
+++ b/apps/plugins/dict.c
@@ -148,6 +148,8 @@ long reverse (long N) {
148#define LP_QUIT BUTTON_POWER 148#define LP_QUIT BUTTON_POWER
149#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD 149#elif CONFIG_KEYPAD == SAMSUNG_YH_PAD
150#define LP_QUIT BUTTON_LEFT 150#define LP_QUIT BUTTON_LEFT
151#elif CONFIG_KEYPAD == PBELL_VIBE500_PAD
152#define LP_QUIT BUTTON_CANCEL
151#else 153#else
152#define LP_QUIT BUTTON_OFF 154#define LP_QUIT BUTTON_OFF
153#endif 155#endif