summaryrefslogtreecommitdiff
path: root/apps/plugins/chopper.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chopper.c')
-rw-r--r--apps/plugins/chopper.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c
index 1473192c48..51bd7a894f 100644
--- a/apps/plugins/chopper.c
+++ b/apps/plugins/chopper.c
@@ -39,8 +39,9 @@ PLUGIN_HEADER
39#define ACTION2 BUTTON_SELECT 39#define ACTION2 BUTTON_SELECT
40#define ACTIONTEXT "SELECT" 40#define ACTIONTEXT "SELECT"
41 41
42#elif (CONFIG_KEYPAD == IPOD_3G_PAD) || \ 42#elif (CONFIG_KEYPAD == IPOD_4G_PAD) || \
43 (CONFIG_KEYPAD == IPOD_4G_PAD) 43 (CONFIG_KEYPAD == IPOD_3G_PAD) || \
44 (CONFIG_KEYPAD == IPOD_1G2G_PAD)
44 45
45#define QUIT BUTTON_MENU 46#define QUIT BUTTON_MENU
46#define ACTION BUTTON_SELECT 47#define ACTION BUTTON_SELECT