forked from len0rd/rockbox
Fix error in the button table (Recorders only) that slipped in with yesterday's changes.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14681 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c9a00ab3ac
commit
8f533be22b
1 changed files with 2 additions and 2 deletions
|
@ -137,10 +137,10 @@ The whole process of splitting an mp3 file consists of three steps:
|
||||||
& Toggle logarithmic / linear scaling \\
|
& Toggle logarithmic / linear scaling \\
|
||||||
\opt{RECORDER_PAD}{
|
\opt{RECORDER_PAD}{
|
||||||
%
|
%
|
||||||
\ButtonOn\ + ButtonLeft
|
\ButtonOn\ + \ButtonLeft
|
||||||
& Play half speed \\
|
& Play half speed \\
|
||||||
%
|
%
|
||||||
\ButtonOn\ + ButtonRight
|
\ButtonOn\ + \ButtonRight
|
||||||
& Play 150\% speed \\
|
& Play 150\% speed \\
|
||||||
%
|
%
|
||||||
\ButtonOn\ + \ButtonPlay
|
\ButtonOn\ + \ButtonPlay
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue