diff options
author | Jens Arnold <amiconn@rockbox.org> | 2006-02-22 22:42:04 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2006-02-22 22:42:04 +0000 |
commit | a234ed8ce2792afd03b76870668b4f98041e276d (patch) | |
tree | 8b326f7aa4400900b644265d7f916d91d1f18abd | |
parent | c7ba2b518dd9ecad3431e122eb61fab366aa1749 (diff) | |
download | rockbox-a234ed8ce2792afd03b76870668b4f98041e276d.tar.gz rockbox-a234ed8ce2792afd03b76870668b4f98041e276d.zip |
iAudio has no BUTTON_SELECT.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8792 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r-- | apps/plugins/plasma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/plasma.c b/apps/plugins/plasma.c index 668cff0cd7..71039f8bb2 100644 --- a/apps/plugins/plasma.c +++ b/apps/plugins/plasma.c @@ -63,7 +63,7 @@ static int plasma_frequency; #ifdef HAVE_LCD_COLOR #if CONFIG_KEYPAD == IAUDIO_X5_PAD -#define PLASMA_REGEN_COLORS BUTTON_SELECT +#define PLASMA_REGEN_COLORS BUTTON_PLAY #elif CONFIG_KEYPAD == IPOD_4G_PAD #define PLASMA_REGEN_COLORS BUTTON_SELECT #elif CONFIG_KEYPAD == IRIVER_H300_PAD |