summaryrefslogtreecommitdiff
path: root/apps/plugins/minesweeper.c
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2009-04-10 17:28:26 +0000
committerThomas Martitz <kugel@rockbox.org>2009-04-10 17:28:26 +0000
commite6cbad69745455d0ad23004c609a909a2cdabcf4 (patch)
treef512eab0f41420969f750138b76b46931bf57956 /apps/plugins/minesweeper.c
parentec797ed62225a5f78f37e9342ac6e183332f795b (diff)
downloadrockbox-e6cbad69745455d0ad23004c609a909a2cdabcf4.tar.gz
rockbox-e6cbad69745455d0ad23004c609a909a2cdabcf4.zip
FS#10075 - FUZE: QUIT Plugin by selecting BUTTON_HOME by Johannes Schwarz. Updates the plugin keymap to use Long Home to exit plugins to be more inline with the core keymap.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20680 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/minesweeper.c')
-rw-r--r--apps/plugins/minesweeper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c
index a29900ced3..e4eaacbbdc 100644
--- a/apps/plugins/minesweeper.c
+++ b/apps/plugins/minesweeper.c
@@ -141,7 +141,7 @@ enum minesweeper_status {
141# define MINESWP_RIGHT BUTTON_RIGHT 141# define MINESWP_RIGHT BUTTON_RIGHT
142# define MINESWP_UP BUTTON_UP 142# define MINESWP_UP BUTTON_UP
143# define MINESWP_DOWN BUTTON_DOWN 143# define MINESWP_DOWN BUTTON_DOWN
144# define MINESWP_QUIT BUTTON_POWER 144# define MINESWP_QUIT (BUTTON_HOME|BUTTON_REPEAT)
145# define MINESWP_TOGGLE BUTTON_SCROLL_FWD 145# define MINESWP_TOGGLE BUTTON_SCROLL_FWD
146# define MINESWP_DISCOVER BUTTON_SELECT 146# define MINESWP_DISCOVER BUTTON_SELECT
147# define MINESWP_INFO BUTTON_SCROLL_BACK 147# define MINESWP_INFO BUTTON_SCROLL_BACK