summaryrefslogtreecommitdiff
path: root/timer.cpp
blob: 8d0c59dbcd61b73a4330af1423099b0af5cfdf99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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);
}