summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/fire.c2
-rw-r--r--apps/plugins/logo.c4
-rw-r--r--apps/plugins/plasma.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/apps/plugins/fire.c b/apps/plugins/fire.c
index 722f2bf..2a4b96d 100644
--- a/apps/plugins/fire.c
+++ b/apps/plugins/fire.c
@@ -71,7 +71,7 @@ static unsigned char draw_buffer[8*LCD_WIDTH];
#define FIRE_DECREASE_MULT BUTTON_SCROLL_BACK
#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD)
-#define FIRE_QUIT BUTTON_REC
+#define FIRE_QUIT BUTTON_POWER
#define FIRE_SWITCH_FLAMES_TYPE BUTTON_LEFT
#define FIRE_SWITCH_FLAMES_MOVING BUTTON_RIGHT
#define FIRE_INCREASE_MULT BUTTON_UP
diff --git a/apps/plugins/logo.c b/apps/plugins/logo.c
index 89aa753..d2d2d56 100644
--- a/apps/plugins/logo.c
+++ b/apps/plugins/logo.c
@@ -7,7 +7,7 @@
* \/ \/ \/ \/ \/
* $Id$
*
- * Copyright (C) 2005 Jonas Häggqvist
+ * Copyright (C) 2005 Jonas H�gqvist
*
* All files in this archive are subject to the GNU General Public License.
* See the file COPYING in the source tree root for full license agreement.
@@ -197,7 +197,7 @@ const unsigned char rockbox16x7[] = {
#define LP_DEC_Y BUTTON_DOWN
#define LP_INC_Y BUTTON_UP
#elif CONFIG_KEYPAD == IAUDIO_X5_PAD
-#define LP_QUIT BUTTON_SELECT
+#define LP_QUIT BUTTON_POWER
#define LP_DEC_X BUTTON_LEFT
#define LP_INC_X BUTTON_RIGHT
#define LP_DEC_Y BUTTON_DOWN
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c
index c6e76a9..d8be446 100644
--- a/apps/plugins/plasma.c
+++ b/apps/plugins/plasma.c
@@ -60,7 +60,7 @@ static int plasma_frequency;
#define PLASMA_INCREASE_FREQUENCY BUTTON_UP
#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN
#elif (CONFIG_KEYPAD == IAUDIO_X5_PAD)
-#define PLASMA_QUIT BUTTON_REC
+#define PLASMA_QUIT BUTTON_POWER
#define PLASMA_INCREASE_FREQUENCY BUTTON_UP
#define PLASMA_DECREASE_FREQUENCY BUTTON_DOWN
#else