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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/plugins/dict.c b/apps/plugins/dict.c
index aa35fb628d..5c57f7b2a5 100644
--- a/apps/plugins/dict.c
+++ b/apps/plugins/dict.c
@@ -121,8 +121,7 @@ long reverse (long N) {
121 (CONFIG_KEYPAD == SANSA_M200_PAD) 121 (CONFIG_KEYPAD == SANSA_M200_PAD)
122#define LP_QUIT BUTTON_POWER 122#define LP_QUIT BUTTON_POWER
123#elif (CONFIG_KEYPAD == SANSA_FUZE_PAD) 123#elif (CONFIG_KEYPAD == SANSA_FUZE_PAD)
124/* TODO: #define LP_QUIT BUTTOM_HOME */ 124#define LP_QUIT (BUTTON_HOME|BUTTON_REPEAT)
125#define LP_QUIT BUTTON_POWER
126#elif CONFIG_KEYPAD == IRIVER_H10_PAD 125#elif CONFIG_KEYPAD == IRIVER_H10_PAD
127#define LP_QUIT BUTTON_POWER 126#define LP_QUIT BUTTON_POWER
128#elif CONFIG_KEYPAD == MROBE500_PAD 127#elif CONFIG_KEYPAD == MROBE500_PAD