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 db121f7510..0f75463946 100644
--- a/apps/plugins/dict.c
+++ b/apps/plugins/dict.c
@@ -132,6 +132,8 @@ long reverse (long N) {
132#define LP_QUIT BUTTON_RC_REC 132#define LP_QUIT BUTTON_RC_REC
133#elif CONFIG_KEYPAD == COWOND2_PAD 133#elif CONFIG_KEYPAD == COWOND2_PAD
134#define LP_QUIT BUTTON_POWER 134#define LP_QUIT BUTTON_POWER
135#elif CONFIG_KEYPAD == IAUDIO67_PAD
136#define LP_QUIT BUTTON_POWER
135#else 137#else
136#define LP_QUIT BUTTON_OFF 138#define LP_QUIT BUTTON_OFF
137#endif 139#endif