diff options
author | Michael Brückner <mb (plus) vdr (at) gekrumbel (dot) de> | 2007-05-30 15:22:55 +0000 |
---|---|---|
committer | Michael Brückner <mb (plus) vdr (at) gekrumbel (dot) de> | 2007-05-30 15:22:55 +0000 |
commit | d883e2bca34036b2f73412352d08cb3945c6f131 (patch) | |
tree | 601e6ff3a799528f70c03a08a2b18f9ed625163d /live.h | |
parent | 7b51144a9afb3a499d78dd3e7f5ddfd00ecaee40 (diff) | |
download | vdr-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |