From 621ae324977687d33f8662b5986f3d16b9023c3f Mon Sep 17 00:00:00 2001 From: mrwastl Date: Sun, 9 May 2010 21:34:56 +0200 Subject: plugin should now be working for both non-UTF8 and UTF8 versions of VDR; VDR < 1.5.x: small workaround so that month/day-names are displayed in the configured language --- plugin.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugin.c') diff --git a/plugin.c b/plugin.c index 56130f8..bdeea86 100644 --- a/plugin.c +++ b/plugin.c @@ -131,7 +131,9 @@ bool cPluginGraphLCD::Initialize() unsigned int displayNumber = 0; const char * cfgDir; +#if APIVERSNUM < 10503 RegisterI18n(Phrases); +#endif if (mConfigName.length() == 0) { -- cgit v1.2.3