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:
parent
f6b4b915ec
commit
36e37407bd
1 changed files with 7 additions and 7 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue