summaryrefslogtreecommitdiff
path: root/apps/plugins/text_editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/text_editor.c')
-rw-r--r--apps/plugins/text_editor.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/plugins/text_editor.c b/apps/plugins/text_editor.c
index 01af458654..f983dd30a3 100644
--- a/apps/plugins/text_editor.c
+++ b/apps/plugins/text_editor.c
@@ -57,6 +57,11 @@
57#define TEXT_EDITOR_CANCEL BUTTON_A 57#define TEXT_EDITOR_CANCEL BUTTON_A
58#define TEXT_EDITOR_ITEM_MENU BUTTON_MENU 58#define TEXT_EDITOR_ITEM_MENU BUTTON_MENU
59 59
60#elif CONFIG_KEYPAD == IRIVER_H10_PAD
61#define TEXT_EDITOR_SELECT BUTTON_REW
62#define TEXT_EDITOR_CANCEL BUTTON_POWER
63#define TEXT_EDITOR_ITEM_MENU BUTTON_PLAY
64
60#else 65#else
61 #error TEXT_EDITOR: Unsupported keypad 66 #error TEXT_EDITOR: Unsupported keypad
62#endif 67#endif