summaryrefslogtreecommitdiff
path: root/live.h
diff options
context:
space:
mode:
authorMichael Brückner <mb (plus) vdr (at) gekrumbel (dot) de>2007-05-30 15:22:55 +0000
committerMichael Brückner <mb (plus) vdr (at) gekrumbel (dot) de>2007-05-30 15:22:55 +0000
commitd883e2bca34036b2f73412352d08cb3945c6f131 (patch)
tree601e6ff3a799528f70c03a08a2b18f9ed625163d /live.h
parent7b51144a9afb3a499d78dd3e7f5ddfd00ecaee40 (diff)
downloadvdr-plugin-live-d883e2bca34036b2f73412352d08cb3945c6f131.tar.gz
vdr-plugin-live-d883e2bca34036b2f73412352d08cb3945c6f131.tar.bz2
- fixed #333 (thx to rofafor!)
Diffstat (limited to 'live.h')
-rw-r--r--live.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/live.h b/live.h
index 20b26e7..2544724 100644
--- a/live.h
+++ b/live.h
@@ -12,7 +12,7 @@ class Plugin : public cPlugin {
public:
Plugin(void);
virtual const char *Version(void) { return VERSION; }
- virtual const char *Description(void) { return DESCRIPTION; }
+ virtual const char *Description(void) { return tr(DESCRIPTION); }
virtual const char *CommandLineHelp(void);
virtual bool ProcessArgs(int argc, char *argv[]);
virtual bool Start(void);