diff options
| author | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-07-26 14:38:10 +0000 |
|---|---|---|
| committer | Maurus Cuelenaere <mcuelenaere@gmail.com> | 2009-07-26 14:38:10 +0000 |
| commit | cece75eb42ca7e294fb423ff64c0d664cb374ec6 (patch) | |
| tree | 47fc8781a606c188128f6d0542dfa80af5af6539 | |
| parent | 275a30092e84f9d026a18bcf90b2f29721302a33 (diff) | |
| download | rockbox-cece75eb42ca7e294fb423ff64c0d664cb374ec6.zip rockbox-cece75eb42ca7e294fb423ff64c0d664cb374ec6.tar.gz rockbox-cece75eb42ca7e294fb423ff64c0d664cb374ec6.tar.bz2 rockbox-cece75eb42ca7e294fb423ff64c0d664cb374ec6.tar.xz | |
Onda VX747: change PNG menu button to BUTTON_POWER
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22054 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | apps/plugins/png/png.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/png/png.h b/apps/plugins/png/png.h index 2449a75..f52976e 100644 --- a/apps/plugins/png/png.h +++ b/apps/plugins/png/png.h @@ -299,6 +299,7 @@ You are free to name this file lodepng.cpp or lodepng.c depending on your usage. #define PNG_PREVIOUS BUTTON_PLAYLIST #elif CONFIG_KEYPAD == ONDAVX747_PAD +#define PNG_MENU BUTTON_POWER #else #error No keymap defined! |