diff options
| -rw-r--r-- | manual/platform/ipod3g.tex | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/manual/platform/ipod3g.tex b/manual/platform/ipod3g.tex index 7d17e8c..cdcf68c 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} |