diff options
| author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-08-24 15:09:34 +0000 |
|---|---|---|
| committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2006-08-24 15:09:34 +0000 |
| commit | f6b4b915ec669c68a3c9d951a011671970e7bc3a (patch) | |
| tree | 600e54670d7a551661460b0c6a9456e5cabf0760 /manual/platform/ipodmini.tex | |
| parent | c34c2f2ad778f87c9c95470f831d3e3ca11cef10 (diff) | |
| download | rockbox-f6b4b915ec669c68a3c9d951a011671970e7bc3a.zip rockbox-f6b4b915ec669c68a3c9d951a011671970e7bc3a.tar.gz rockbox-f6b4b915ec669c68a3c9d951a011671970e7bc3a.tar.bz2 rockbox-f6b4b915ec669c68a3c9d951a011671970e7bc3a.tar.xz | |
Set the button names using a different font face (bold for now).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10736 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/platform/ipodmini.tex')
| -rw-r--r-- | manual/platform/ipodmini.tex | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/manual/platform/ipodmini.tex b/manual/platform/ipodmini.tex index 6aeb7b3..de4d51c 100644 --- a/manual/platform/ipodmini.tex +++ b/manual/platform/ipodmini.tex @@ -18,13 +18,13 @@ \newcommand{\firmwarefilename}{\fname{rockbox.ipod}} \newcommand{\screenshotsize}{4cm} -\newcommand{\ButtonLeft}{Prev} -\newcommand{\ButtonRight}{Next} -\newcommand{\ButtonMenu}{Menu} -\newcommand{\ButtonPlay}{Play} -\newcommand{\ButtonSelect}{Select} -\newcommand{\ButtonScrollFwd}{Scroll Fwd} -\newcommand{\ButtonScrollBack}{Scroll Back} +\newcommand{\ButtonLeft}{\btnfnt{Prev}} +\newcommand{\ButtonRight}{\btnfnt{Next}} +\newcommand{\ButtonMenu}{\btnfnt{Menu}} +\newcommand{\ButtonPlay}{\btnfnt{Play}} +\newcommand{\ButtonSelect}{\btnfnt{Select}} +\newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd}} +\newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back}} %Button actions, standard context \newcommand{\ActionStdPrev}{\ButtonScrollBack} |