diff options
author | Marianne Arnold <pixelma@rockbox.org> | 2010-04-21 05:33:49 +0000 |
---|---|---|
committer | Marianne Arnold <pixelma@rockbox.org> | 2010-04-21 05:33:49 +0000 |
commit | 672c51ab92a7b9b267f26fef2eb8990cc047180a (patch) | |
tree | f3d001fbc54e35cccb4589a23500dd34f607e339 /manual | |
parent | 854dfba1b4c1e6411bcdde9a9f2a21d1398fba93 (diff) | |
download | rockbox-672c51ab92a7b9b267f26fef2eb8990cc047180a.tar.gz rockbox-672c51ab92a7b9b267f26fef2eb8990cc047180a.zip |
Add missing comma (pointed out by Szymon Dziok). Without it the MROBE100_PAD was ignored and the manual didn't mention the 'Up' and 'Down' buttons in the table.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25693 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r-- | manual/plugins/calculator.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/plugins/calculator.tex b/manual/plugins/calculator.tex index 941d055639..0bfe6914b2 100644 --- a/manual/plugins/calculator.tex +++ b/manual/plugins/calculator.tex | |||
@@ -14,7 +14,7 @@ standard calculator. Pressing the ``1st'' and ``2nd'' buttons will toggle betwee | |||
14 | {\ButtonLeft{} / \ButtonRight{} /} | 14 | {\ButtonLeft{} / \ButtonRight{} /} |
15 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% | 15 | \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% |
16 | ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% | 16 | ,SANSA_E200_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% |
17 | SANSA_FUZE_PAD,PBELL_VIBE500_PAD} | 17 | ,SANSA_FUZE_PAD,PBELL_VIBE500_PAD} |
18 | {\ButtonUp{} / \ButtonDown} | 18 | {\ButtonUp{} / \ButtonDown} |
19 | \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{/} | 19 | \opt{SANSA_E200_PAD,SANSA_FUZE_PAD}{/} |
20 | \opt{scrollwheel}{\ButtonScrollFwd{} / \ButtonScrollBack} | 20 | \opt{scrollwheel}{\ButtonScrollFwd{} / \ButtonScrollBack} |