diff options
| author | Marcin Bukat <marcin.bukat@gmail.com> | 2010-11-02 10:44:34 +0000 |
|---|---|---|
| committer | Marcin Bukat <marcin.bukat@gmail.com> | 2010-11-02 10:44:34 +0000 |
| commit | 59ba8fea22dad7c998fe515dafeb15b0e91ddbc0 (patch) | |
| tree | 94b7927132f035666d8cc34c535a5710e882b4e3 /apps/plugins/fireworks.c | |
| parent | f7bcb66e676df93ab3e5bbff5b71ed4200afaabb (diff) | |
| download | rockbox-59ba8fea22dad7c998fe515dafeb15b0e91ddbc0.zip rockbox-59ba8fea22dad7c998fe515dafeb15b0e91ddbc0.tar.gz rockbox-59ba8fea22dad7c998fe515dafeb15b0e91ddbc0.tar.bz2 rockbox-59ba8fea22dad7c998fe515dafeb15b0e91ddbc0.tar.xz | |
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/fireworks.c')
| -rw-r--r-- | apps/plugins/fireworks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/fireworks.c b/apps/plugins/fireworks.c index 077bd67..ea7fb11 100644 --- a/apps/plugins/fireworks.c +++ b/apps/plugins/fireworks.c @@ -120,7 +120,7 @@ #elif (CONFIG_KEYPAD == MPIO_HD200_PAD) #define BTN_MENU BUTTON_REC -#define BTN_FIRE BUTTON_SELECT +#define BTN_FIRE BUTTON_PLAY #elif defined(HAVE_TOUCHSCREEN) /* This is a touchscreen target */ |