diff options
author | Marianne Arnold <pixelma@rockbox.org> | 2007-05-19 19:03:39 +0000 |
---|---|---|
committer | Marianne Arnold <pixelma@rockbox.org> | 2007-05-19 19:03:39 +0000 |
commit | a352c62ad0cb16eaae104b713c89b21491e3706a (patch) | |
tree | 43759fa9cd5bca22447dd41fb50b355709e41dbb /manual/platform/ipodvideo.tex | |
parent | 5acb2d5d76258ce7d37c94e91e540696165a1c5a (diff) |
Dealing with the description of flash based vs. hard disk based players in the manual. (1) If possible make the phrasing more general. (2) Introducing a 'disk' macro in the platform files for further use. Any workarounds for this problem should be replaced one by one.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13419 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/ipodvideo.tex')
-rw-r--r-- | manual/platform/ipodvideo.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/platform/ipodvideo.tex b/manual/platform/ipodvideo.tex index 55de4c06d4..a48c24cba4 100644 --- a/manual/platform/ipodvideo.tex +++ b/manual/platform/ipodvideo.tex @@ -20,6 +20,7 @@ \newcommand{\daps}{player's} \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} \newcommand{\screenshotsize}{8cm} +\newcommand{\disk}{hard disk} \newcommand{\ButtonLeft}{\btnfnt{Prev}} \newcommand{\ButtonRight}{\btnfnt{Next}} |