summaryrefslogtreecommitdiff
path: root/live.cpp
diff options
context:
space:
mode:
authorDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-08-19 19:48:54 +0000
committerDieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de>2007-08-19 19:48:54 +0000
commit323f68b9221a7b6d97a55724ac531f254e4f1b1c (patch)
tree59bed6c997c2563fbbc8be6cc3233ffa9a611677 /live.cpp
parent3cb631293adb6127cda1bf2fe335eaaf08fd0a5a (diff)
downloadvdr-plugin-live-323f68b9221a7b6d97a55724ac531f254e4f1b1c.tar.gz
vdr-plugin-live-323f68b9221a7b6d97a55724ac531f254e4f1b1c.tar.bz2
- First attempt to implement a backward compatible scheme of the new
VDR 1.5.7 localization scheme.
Diffstat (limited to 'live.cpp')
-rw-r--r--live.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/live.cpp b/live.cpp
index 1c0f22a..5ac6cf7 100644
--- a/live.cpp
+++ b/live.cpp
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: live.cpp,v 1.15 2007/05/25 19:12:28 lordjaxom Exp $
+ * $Id: live.cpp,v 1.16 2007/08/19 19:48:54 tadi Exp $
*/
#include <vdr/plugin.h>
@@ -42,7 +42,9 @@ bool Plugin::Start(void)
{
m_configDirectory = cPlugin::ConfigDirectory( PLUGIN_NAME_I18N );
+#if VDRVERSNUM < 10507
RegisterI18n( vdrlive::Phrases );
+#endif
// force status monitor startup
LiveStatusMonitor();
// XXX error handling