Add the \btnfnt macro to the ipod3g as well.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10737 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Martin Arver 2006-08-24 17:03:28 +00:00
parent f6b4b915ec
commit 36e37407bd

View file

@ -18,13 +18,13 @@
\newcommand{\firmwarefilename}{\fname{rockbox.ipod}} \newcommand{\firmwarefilename}{\fname{rockbox.ipod}}
\newcommand{\screenshotsize}{4cm} \newcommand{\screenshotsize}{4cm}
\newcommand{\ButtonLeft}{Prev} \newcommand{\ButtonLeft}{\btnfnt{Prev}}
\newcommand{\ButtonRight}{Next} \newcommand{\ButtonRight}{\btnfnt{Next}}
\newcommand{\ButtonMenu}{Menu} \newcommand{\ButtonMenu}\btnfnt{{Menu}}
\newcommand{\ButtonPlay}{Play} \newcommand{\ButtonPlay}{\btnfnt{Play}}
\newcommand{\ButtonSelect}{Select} \newcommand{\ButtonSelect}{\btnfnt{Select}}
\newcommand{\ButtonScrollFwd}{Scroll Fwd} \newcommand{\ButtonScrollFwd}{\btnfnt{Scroll Fwd}}
\newcommand{\ButtonScrollBack}{Scroll Back} \newcommand{\ButtonScrollBack}{\btnfnt{Scroll Back}}
%Button actions, standard context %Button actions, standard context
\newcommand{\ActionStdPrev}{\ButtonScrollBack} \newcommand{\ActionStdPrev}{\ButtonScrollBack}