summaryrefslogtreecommitdiff
path: root/apps/plugins/viewer.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-03-16 23:02:39 +0000
committerJens Arnold <amiconn@rockbox.org>2007-03-16 23:02:39 +0000
commit85a226d4e7dfcb4d5fe63dd1292bb667fa147cb0 (patch)
tree013a8df82e82d7d579ba83a381ac660030641129 /apps/plugins/viewer.c
parentf3455d15e07409a50e4237bf20c780a9ce7bcc92 (diff)
downloadrockbox-85a226d4e7dfcb4d5fe63dd1292bb667fa147cb0.tar.gz
rockbox-85a226d4e7dfcb4d5fe63dd1292bb667fa147cb0.zip
Rename some macros to account for the recently added M5 port. No code changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12809 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/viewer.c')
-rw-r--r--apps/plugins/viewer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index c12c1d41d2..4c5e37e56e 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -151,7 +151,7 @@ PLUGIN_HEADER
151#define VIEWER_AUTOSCROLL BUTTON_SELECT 151#define VIEWER_AUTOSCROLL BUTTON_SELECT
152 152
153/* iAudio X5 keys */ 153/* iAudio X5 keys */
154#elif CONFIG_KEYPAD == IAUDIO_X5_PAD 154#elif CONFIG_KEYPAD == IAUDIO_X5M5_PAD
155#define VIEWER_QUIT BUTTON_POWER 155#define VIEWER_QUIT BUTTON_POWER
156#define VIEWER_PAGE_UP BUTTON_UP 156#define VIEWER_PAGE_UP BUTTON_UP
157#define VIEWER_PAGE_DOWN BUTTON_DOWN 157#define VIEWER_PAGE_DOWN BUTTON_DOWN