diff options
author | mrwastl <mrwastl@users.sourceforge.net> | 2010-05-09 21:34:56 +0200 |
---|---|---|
committer | mrwastl <mrwastl@users.sourceforge.net> | 2010-05-09 21:43:15 +0200 |
commit | 621ae324977687d33f8662b5986f3d16b9023c3f (patch) | |
tree | 133357415b423ae03a4b59978dfb5ae4c57fecf5 /plugin.c | |
parent | 2707e55f48685452892e40e95b19655880f0e042 (diff) | |
download | vdr-plugin-graphlcd-621ae324977687d33f8662b5986f3d16b9023c3f.tar.gz vdr-plugin-graphlcd-621ae324977687d33f8662b5986f3d16b9023c3f.tar.bz2 |
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
Diffstat (limited to 'plugin.c')
-rw-r--r-- | plugin.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -131,7 +131,9 @@ bool cPluginGraphLCD::Initialize() unsigned int displayNumber = 0; const char * cfgDir; +#if APIVERSNUM < 10503 RegisterI18n(Phrases); +#endif if (mConfigName.length() == 0) { |