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/x5.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/x5.tex')
| -rw-r--r-- | manual/platform/x5.tex | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/manual/platform/x5.tex b/manual/platform/x5.tex index ca39d77..178540d 100644 --- a/manual/platform/x5.tex +++ b/manual/platform/x5.tex @@ -22,14 +22,14 @@ \newcommand{\firmwarefilename}{\fname{rockbox.iaudio}} \newcommand{\screenshotsize}{4cm} -\newcommand{\ButtonLeft}{Left} -\newcommand{\ButtonRight}{Right} -\newcommand{\ButtonUp}{Up} -\newcommand{\ButtonDown}{Down} -\newcommand{\ButtonSelect}{Select} -\newcommand{\ButtonPower}{Power} -\newcommand{\ButtonRec}{Rec} -\newcommand{\ButtonPlay}{Play} +\newcommand{\ButtonLeft}{\btnfnt{Left}} +\newcommand{\ButtonRight}{\btnfnt{Right}} +\newcommand{\ButtonUp}{\btnfnt{Up}} +\newcommand{\ButtonDown}{\btnfnt{Down}} +\newcommand{\ButtonSelect}{\btnfnt{Select}} +\newcommand{\ButtonPower}{\btnfnt{Power}} +\newcommand{\ButtonRec}{\btnfnt{Rec}} +\newcommand{\ButtonPlay}{\btnfnt{Play}} %Button actions, standard context \newcommand{\ActionStdPrev}{\ButtonUp} |