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 cb68f4cce2..62bb9a73a4 100644
--- a/apps/plugins/dict.c
+++ b/apps/plugins/dict.c
@@ -110,6 +110,8 @@ long reverse (long N) {
110#define LP_QUIT BUTTON_PLAY 110#define LP_QUIT BUTTON_PLAY
111#elif CONFIG_KEYPAD == IAUDIO_X5_PAD 111#elif CONFIG_KEYPAD == IAUDIO_X5_PAD
112#define LP_QUIT BUTTON_POWER 112#define LP_QUIT BUTTON_POWER
113#elif CONFIG_KEYPAD == GIGABEAT_PAD
114#define LP_QUIT BUTTON_A
113#else 115#else
114#define LP_QUIT BUTTON_OFF 116#define LP_QUIT BUTTON_OFF
115#endif 117#endif