From 81ba146706e0a1c21c59f11022767577be7d71b2 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Thu, 10 Jan 2008 08:08:31 +0000 Subject: Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16045 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/fire.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/fire.c') diff --git a/apps/plugins/fire.c b/apps/plugins/fire.c index 2d7a66ea16..6eb66eb4df 100644 --- a/apps/plugins/fire.c +++ b/apps/plugins/fire.c @@ -117,8 +117,8 @@ static unsigned char draw_buffer[FIRE_WIDTH]; #define FIRE_QUIT BUTTON_POWER #define FIRE_SWITCH_FLAMES_TYPE BUTTON_LEFT #define FIRE_SWITCH_FLAMES_MOVING BUTTON_RIGHT -#define FIRE_INCREASE_MULT BUTTON_SCROLL_UP -#define FIRE_DECREASE_MULT BUTTON_SCROLL_DOWN +#define FIRE_INCREASE_MULT BUTTON_SCROLL_FWD +#define FIRE_DECREASE_MULT BUTTON_SCROLL_BACK #elif (CONFIG_KEYPAD == IRIVER_IFP7XX_PAD) #define FIRE_QUIT BUTTON_PLAY -- cgit v1.2.3