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 e354097a2a..159d1c669f 100644
--- a/apps/plugins/dict.c
+++ b/apps/plugins/dict.c
@@ -125,6 +125,8 @@ long reverse (long N) {
125#define LP_QUIT BUTTON_POWER 125#define LP_QUIT BUTTON_POWER
126#elif CONFIG_KEYPAD == GIGABEAT_S_PAD 126#elif CONFIG_KEYPAD == GIGABEAT_S_PAD
127#define LP_QUIT BUTTON_BACK 127#define LP_QUIT BUTTON_BACK
128#elif CONFIG_KEYPAD == IAUDIO_M3_PAD
129#define LP_QUIT BUTTON_RC_REC
128#else 130#else
129#define LP_QUIT BUTTON_OFF 131#define LP_QUIT BUTTON_OFF
130#endif 132#endif