summaryrefslogtreecommitdiff
path: root/timer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'timer.cpp')
-rw-r--r--timer.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/timer.cpp b/timer.cpp
index 8d0c59d..8f3602f 100644
--- a/timer.cpp
+++ b/timer.cpp
@@ -11,14 +11,14 @@
tvOcMenuEvent::tvOcMenuEvent(const class cEvent *EventInfo) : cMenuEvent(EventInfo,false)
{
- helpLine();
+ helpLine();
}
void tvOcMenuEvent::printMsg(const char *s)
{
- SetStatus(s);
+ SetStatus(s);
}
void tvOcMenuEvent::helpLine(bool full)
{
- SetHelp(tr("Record"), tr("Search"), full?tr("AutoTimer"):NULL, NULL);
+ SetHelp(tr("Record"), tr("Search"), full?tr("AutoTimer"):NULL, NULL);
}