summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Arver <martin.arver@gmail.com>2006-08-24 17:03:28 +0000
committerMartin Arver <martin.arver@gmail.com>2006-08-24 17:03:28 +0000
commit36e37407bd81fe1eef9240cb4c60a54327128725 (patch)
tree2405a9e7a5ecb5adbb5b36c8b25b68029230a946
parentf6b4b915ec669c68a3c9d951a011671970e7bc3a (diff)
downloadrockbox-36e37407bd81fe1eef9240cb4c60a54327128725.tar.gz
rockbox-36e37407bd81fe1eef9240cb4c60a54327128725.zip
Add the \btnfnt macro to the ipod3g as well.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10737 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/platform/ipod3g.tex14
1 files changed, 7 insertions, 7 deletions
diff --git a/manual/platform/ipod3g.tex b/manual/platform/ipod3g.tex
index 7d17e8cb23..cdcf68c635 100644
--- a/manual/platform/ipod3g.tex
+++ b/manual/platform/ipod3g.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}