From 6e209443c52bb02d25d1a3f3b76a071a961a7563 Mon Sep 17 00:00:00 2001 From: Robert Kukla Date: Tue, 18 Mar 2008 09:24:35 +0000 Subject: - add button descriptions to the m:robe 100 manual for the majority of plugins - add gigabeat button descriptions which were missing - fix a few inconsistencies I noticed doing the above (mainly outstanding r13278 follow-ons) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16693 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/chessbox/chessbox.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'apps/plugins/chessbox/chessbox.c') diff --git a/apps/plugins/chessbox/chessbox.c b/apps/plugins/chessbox/chessbox.c index 47c46bf3c9..24198e507a 100644 --- a/apps/plugins/chessbox/chessbox.c +++ b/apps/plugins/chessbox/chessbox.c @@ -157,9 +157,9 @@ PLUGIN_HEADER #define CB_DOWN BUTTON_DOWN #define CB_LEFT BUTTON_LEFT #define CB_RIGHT BUTTON_RIGHT -#define CB_PLAY BUTTON_POWER +#define CB_PLAY BUTTON_A #define CB_LEVEL BUTTON_MENU -#define CB_MENU BUTTON_A +#define CB_MENU BUTTON_POWER #define CB_SCROLL_UP (BUTTON_UP|BUTTON_REPEAT) #define CB_SCROLL_DOWN (BUTTON_DOWN|BUTTON_REPEAT) @@ -232,9 +232,9 @@ PLUGIN_HEADER #define CB_DOWN BUTTON_DOWN #define CB_LEFT BUTTON_LEFT #define CB_RIGHT BUTTON_RIGHT -#define CB_PLAY BUTTON_POWER -#define CB_LEVEL BUTTON_MENU -#define CB_MENU BUTTON_DISPLAY +#define CB_PLAY BUTTON_PLAY +#define CB_LEVEL BUTTON_DISPLAY +#define CB_MENU BUTTON_POWER #define CB_SCROLL_UP (BUTTON_UP|BUTTON_REPEAT) #define CB_SCROLL_DOWN (BUTTON_DOWN|BUTTON_REPEAT) -- cgit v1.2.3