diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2010-04-20 22:03:21 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2010-04-20 22:03:21 +0000 |
| commit | 854dfba1b4c1e6411bcdde9a9f2a21d1398fba93 (patch) | |
| tree | 30acb85188a1589fd51757a49f0c3f5e9bfce9fb /manual/plugins/bubbles.tex | |
| parent | 64349865cb607e306e63fd72b37f169f6998a6aa (diff) | |
| download | rockbox-854dfba1b4c1e6411bcdde9a9f2a21d1398fba93.zip rockbox-854dfba1b4c1e6411bcdde9a9f2a21d1398fba93.tar.gz rockbox-854dfba1b4c1e6411bcdde9a9f2a21d1398fba93.tar.bz2 rockbox-854dfba1b4c1e6411bcdde9a9f2a21d1398fba93.tar.xz | |
Fix broken Iaudio M3 manual and missing buttons in the M:Robe 100 manual, caused by the same weirdness of tex: breaking a long opt list needs escaping of the linebreak otherwise the one option before or after the break will be ignored (the one that is 'disconnected' from the comma).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25692 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/bubbles.tex')
| -rw-r--r-- | manual/plugins/bubbles.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/plugins/bubbles.tex b/manual/plugins/bubbles.tex index 5e9e46b..7a56398 100644 --- a/manual/plugins/bubbles.tex +++ b/manual/plugins/bubbles.tex @@ -21,7 +21,7 @@ fired. Points are awarded depending on how quickly the level was completed. } & Pause game\\ \opt{RECORDER_PAD,ONDIO_PAD,IRIVER_H100_PAD,IRIVER_H300_PAD,IAUDIO_X5_PAD% - ,IRIVER_H10_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD + ,IRIVER_H10_PAD,SANSA_C200_PAD,GIGABEAT_PAD,GIGABEAT_S_PAD,MROBE100_PAD% ,PBELL_VIBE500_PAD} {\ButtonLeft{} / \ButtonRight} \opt{IPOD_4G_PAD,IPOD_3G_PAD,SANSA_E200_PAD,SANSA_FUZE_PAD} |