summaryrefslogtreecommitdiff
path: root/apps/plugins/fft
diff options
context:
space:
mode:
authorMarcin Bukat <marcin.bukat@gmail.com>2010-11-02 10:44:34 +0000
committerMarcin Bukat <marcin.bukat@gmail.com>2010-11-02 10:44:34 +0000
commit59ba8fea22dad7c998fe515dafeb15b0e91ddbc0 (patch)
tree94b7927132f035666d8cc34c535a5710e882b4e3 /apps/plugins/fft
parentf7bcb66e676df93ab3e5bbff5b71ed4200afaabb (diff)
MPIO HD200: rename button defines to adhere how they are labeled on the device.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28443 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/fft')
-rw-r--r--apps/plugins/fft/fft.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/plugins/fft/fft.c b/apps/plugins/fft/fft.c
index 70bea5228c..b895a4f864 100644
--- a/apps/plugins/fft/fft.c
+++ b/apps/plugins/fft/fft.c
@@ -216,10 +216,10 @@ GREY_INFO_STRUCT
# define FFT_QUIT BUTTON_REC
#elif CONFIG_KEYPAD == MPIO_HD200_PAD
-# define FFT_PREV_GRAPH BUTTON_PREV
-# define FFT_NEXT_GRAPH BUTTON_NEXT
+# define FFT_PREV_GRAPH BUTTON_REW
+# define FFT_NEXT_GRAPH BUTTON_FF
# define FFT_ORIENTATION BUTTON_REC
-# define FFT_WINDOW BUTTON_SELECT
+# define FFT_WINDOW BUTTON_FUNC
# define FFT_AMP_SCALE BUTTON_PLAY
# define FFT_QUIT (BUTTON_REC | BUTTON_PLAY)