From 6471b3c81a4d629e3ed48d4e8ec678e1f1cf2964 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Mon, 8 Dec 2008 09:51:42 +0000 Subject: Commit FS#9607 by Adam Hogan: fix plugin keymaps for Creative Zen Vision:M git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19363 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/minesweeper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/plugins/minesweeper.c') diff --git a/apps/plugins/minesweeper.c b/apps/plugins/minesweeper.c index 870fb18af6..7d361a2db2 100644 --- a/apps/plugins/minesweeper.c +++ b/apps/plugins/minesweeper.c @@ -194,8 +194,8 @@ enum minesweeper_status { # define MINESWP_UP BUTTON_UP # define MINESWP_DOWN BUTTON_DOWN # define MINESWP_QUIT BUTTON_BACK -# define MINESWP_TOGGLE BUTTON_PLAY -# define MINESWP_DISCOVER BUTTON_SELECT +# define MINESWP_TOGGLE BUTTON_SELECT +# define MINESWP_DISCOVER BUTTON_PLAY # define MINESWP_INFO BUTTON_MENU #else -- cgit v1.2.3