From f6b4b915ec669c68a3c9d951a011671970e7bc3a Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Thu, 24 Aug 2006 15:09:34 +0000 Subject: 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 --- manual/platform/recorderv2fm.tex | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'manual/platform/recorderv2fm.tex') diff --git a/manual/platform/recorderv2fm.tex b/manual/platform/recorderv2fm.tex index 88b62d1f4a..03186f8259 100644 --- a/manual/platform/recorderv2fm.tex +++ b/manual/platform/recorderv2fm.tex @@ -20,16 +20,16 @@ \newcommand{\firmwarefilename}{\fname{ajbrec.ajz}} \newcommand{\screenshotsize}{4cm} -\newcommand{\ButtonOn}{On} -\newcommand{\ButtonOff}{Off} -\newcommand{\ButtonPlay}{Play} -\newcommand{\ButtonUp}{Up} -\newcommand{\ButtonDown}{Down} -\newcommand{\ButtonLeft}{Left} -\newcommand{\ButtonRight}{Right} -\newcommand{\ButtonFOne}{F1} -\newcommand{\ButtonFTwo}{F2} -\newcommand{\ButtonFThree}{F3} +\newcommand{\ButtonOn}{\btnfnt{On}} +\newcommand{\ButtonOff}{\btnfnt{Off}} +\newcommand{\ButtonPlay}{\btnfnt{Play}} +\newcommand{\ButtonUp}{\btnfnt{Up}} +\newcommand{\ButtonDown}{\btnfnt{Down}} +\newcommand{\ButtonLeft}{\btnfnt{Left}} +\newcommand{\ButtonRight}{\btnfnt{Right}} +\newcommand{\ButtonFOne}{\btnfnt{F1}} +\newcommand{\ButtonFTwo}{\btnfnt{F2}} +\newcommand{\ButtonFThree}{\btnfnt{F3}} %Button actions, standard context \newcommand{\ActionStdPrev}{\ButtonUp} -- cgit