diff options
| author | Jochen Dolze <vdr@dolze.de> | 2010-08-01 14:08:10 +0200 |
|---|---|---|
| committer | Jochen Dolze <vdr@dolze.de> | 2010-08-01 14:08:10 +0200 |
| commit | 5bdb0a08787c65532625ca74aebee76bbf2606a6 (patch) | |
| tree | 3961adccb8811a6e5c9d38b48892d98d2ef59064 /timer.cpp | |
| parent | 12b3d28424b4867e7ccea5efcf569b71a22f068d (diff) | |
| download | vdr-plugin-tvonscreen-5bdb0a08787c65532625ca74aebee76bbf2606a6.tar.gz vdr-plugin-tvonscreen-5bdb0a08787c65532625ca74aebee76bbf2606a6.tar.bz2 | |
Reformatted source (into ANSI-C style)
Diffstat (limited to 'timer.cpp')
| -rw-r--r-- | timer.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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); } |
