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 eb1f3df5db..3004218f23 100644
--- a/apps/plugins/dict.c
+++ b/apps/plugins/dict.c
@@ -135,6 +135,8 @@ long reverse (long N) {
135#define LP_QUIT BUTTON_POWER 135#define LP_QUIT BUTTON_POWER
136#elif CONFIG_KEYPAD == IAUDIO67_PAD 136#elif CONFIG_KEYPAD == IAUDIO67_PAD
137#define LP_QUIT BUTTON_POWER 137#define LP_QUIT BUTTON_POWER
138#elif CONFIG_KEYPAD == CREATIVEZVM_PAD
139#define LP_QUIT BUTTON_BACK
138#else 140#else
139#define LP_QUIT BUTTON_OFF 141#define LP_QUIT BUTTON_OFF
140#endif 142#endif