From a39039d80b2896e69cb5d12ab7c1e17bdf43700f Mon Sep 17 00:00:00 2001 From: Marianne Arnold Date: Tue, 1 Jan 2008 13:54:17 +0000 Subject: First 'oops' commit of the year: on the e200 the macros are called 'ButtonScrollUp/Down' instead of 'ButtonScrollFwd/Back'. Thanks to Dave Chapman for noticing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15984 a1c6a512-1295-4272-9138-f99709370657 --- manual/plugins/brickmania.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'manual') diff --git a/manual/plugins/brickmania.tex b/manual/plugins/brickmania.tex index 1563f4a267..4019fd365e 100644 --- a/manual/plugins/brickmania.tex +++ b/manual/plugins/brickmania.tex @@ -27,8 +27,10 @@ must catch it with the paddle. Look out for the bad ones.\\ \ButtonLeft\ / \ButtonRight \opt{SANSA_C200_PAD}{\\ \ButtonVolDown\ / \ButtonVolUp} - \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD}{\\ + \opt{IPOD_4G_PAD,IPOD_3G_PAD}{\\ \ButtonScrollBack\ / \ButtonScrollFwd} + \opt{SANSA_E200_PAD}{\\ + \ButtonScrollDown\ / \ButtonScrollUp} & Moves the paddle\\ \opt{RECORDER_PAD,IAUDIO_X5_PAD}{\ButtonPlay\ / \ButtonUp} \opt{ONDIO_PAD}{\ButtonMenu\ / \ButtonUp} -- cgit