summaryrefslogtreecommitdiff
path: root/apps/plugins/logo.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/logo.c')
-rw-r--r--apps/plugins/logo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c
index 89aa753ab1..d2d2d56e75 100644
--- a/apps/plugins/logo.c
+++ b/apps/plugins/logo.c
@@ -7,7 +7,7 @@
7 * \/ \/ \/ \/ \/ 7 * \/ \/ \/ \/ \/
8 * $Id$ 8 * $Id$
9 * 9 *
10 * Copyright (C) 2005 Jonas Häggqvist 10 * Copyright (C) 2005 Jonas H�gqvist
11 * 11 *
12 * All files in this archive are subject to the GNU General Public License. 12 * All files in this archive are subject to the GNU General Public License.
13 * See the file COPYING in the source tree root for full license agreement. 13 * See the file COPYING in the source tree root for full license agreement.
@@ -197,7 +197,7 @@ const unsigned char rockbox16x7[] = {
197#define LP_DEC_Y BUTTON_DOWN 197#define LP_DEC_Y BUTTON_DOWN
198#define LP_INC_Y BUTTON_UP 198#define LP_INC_Y BUTTON_UP
199#elif CONFIG_KEYPAD == IAUDIO_X5_PAD 199#elif CONFIG_KEYPAD == IAUDIO_X5_PAD
200#define LP_QUIT BUTTON_SELECT 200#define LP_QUIT BUTTON_POWER
201#define LP_DEC_X BUTTON_LEFT 201#define LP_DEC_X BUTTON_LEFT
202#define LP_INC_X BUTTON_RIGHT 202#define LP_INC_X BUTTON_RIGHT
203#define LP_DEC_Y BUTTON_DOWN 203#define LP_DEC_Y BUTTON_DOWN