From 415f957ea35045b32b96831def310465b35035e1 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Sun, 1 Aug 2010 08:42:12 +0200 Subject: Added gettext support --- timer.cpp | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 timer.cpp (limited to 'timer.cpp') diff --git a/timer.cpp b/timer.cpp new file mode 100644 index 0000000..8d0c59d --- /dev/null +++ b/timer.cpp @@ -0,0 +1,24 @@ +/* + * timer.c + * + * See the README file for copyright information and how to reach the author. + * + * $Id: timer.c,v 1.3 2006/06/18 13:59:36 schmitzj Exp $ + * + */ + +#include "magazine.h" + +tvOcMenuEvent::tvOcMenuEvent(const class cEvent *EventInfo) : cMenuEvent(EventInfo,false) +{ + helpLine(); +} + +void tvOcMenuEvent::printMsg(const char *s) +{ + SetStatus(s); +} +void tvOcMenuEvent::helpLine(bool full) +{ + SetHelp(tr("Record"), tr("Search"), full?tr("AutoTimer"):NULL, NULL); +} -- cgit v1.2.3