diff options
| author | Robert Menes <rmenes@rockbox.org> | 2009-02-10 22:04:08 +0000 |
|---|---|---|
| committer | Robert Menes <rmenes@rockbox.org> | 2009-02-10 22:04:08 +0000 |
| commit | eddb5680f9aefecdaccf24279cff2d3cf4fd5d86 (patch) | |
| tree | 63137c0dec9384bf2a0d0ac65426f5f0a411646f | |
| parent | e46309fde381bd235935c0c0a79e40d681307c24 (diff) | |
| download | rockbox-eddb5680f9aefecdaccf24279cff2d3cf4fd5d86.zip rockbox-eddb5680f9aefecdaccf24279cff2d3cf4fd5d86.tar.gz rockbox-eddb5680f9aefecdaccf24279cff2d3cf4fd5d86.tar.bz2 rockbox-eddb5680f9aefecdaccf24279cff2d3cf4fd5d86.tar.xz | |
The names for the Sansa manuals are now "Sansa e200 and e200R Series" and "Sansa c200 Series".
This is is preparation for merging the e200R bootloader install instructions into the e200 manual.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19966 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/platform/c200.tex | 2 | ||||
| -rw-r--r-- | manual/platform/e200.tex | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/manual/platform/c200.tex b/manual/platform/c200.tex index 4028a18..658affc 100644 --- a/manual/platform/c200.tex +++ b/manual/platform/c200.tex @@ -8,7 +8,7 @@ \edef\UseOption{\UseOption,sansa} \newcommand{\playerman}{Sansa} -\newcommand{\playertype}{c200} +\newcommand{\playertype}{c200 Series} \newcommand{\playerlongtype}{\playertype} \newcommand{\genericimg}{132x80x16} \newcommand{\specimg}{c200} diff --git a/manual/platform/e200.tex b/manual/platform/e200.tex index 21f9053..038b961 100644 --- a/manual/platform/e200.tex +++ b/manual/platform/e200.tex @@ -8,7 +8,7 @@ \edef\UseOption{\UseOption,sansa} \newcommand{\playerman}{Sansa} -\newcommand{\playertype}{e200} +\newcommand{\playertype}{e200 and e200R Series} \newcommand{\playerlongtype}{\playertype} \newcommand{\genericimg}{176x220x16} \newcommand{\specimg}{e200} |