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/ondiofm.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/ondiofm.tex')
| -rw-r--r-- | manual/platform/ondiofm.tex | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/manual/platform/ondiofm.tex b/manual/platform/ondiofm.tex index a437752..b9312fd 100644 --- a/manual/platform/ondiofm.tex +++ b/manual/platform/ondiofm.tex @@ -22,12 +22,12 @@ \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} \newcommand{\screenshotsize}{4cm} -\newcommand{\ButtonLeft}{Left} -\newcommand{\ButtonRight}{Right} -\newcommand{\ButtonOff}{On/Off} -\newcommand{\ButtonUp}{Up} -\newcommand{\ButtonDown}{Down} -\newcommand{\ButtonMenu}{Mode} +\newcommand{\ButtonLeft}{\btnfnt{Left}} +\newcommand{\ButtonRight}{\btnfnt{Right}} +\newcommand{\ButtonOff}{\btnfnt{On/Off}} +\newcommand{\ButtonUp}{\btnfnt{Up}} +\newcommand{\ButtonDown}{\btnfnt{Down}} +\newcommand{\ButtonMenu}{\btnfnt{Mode}} %Button actions, standard context \newcommand{\ActionStdPrev}{\ButtonUp} |