From cece75eb42ca7e294fb423ff64c0d664cb374ec6 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Sun, 26 Jul 2009 14:38:10 +0000 Subject: [PATCH] Onda VX747: change PNG menu button to BUTTON_POWER git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22054 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/png/png.h | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/plugins/png/png.h b/apps/plugins/png/png.h index 2449a754e3..f52976eeb9 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!