summaryrefslogtreecommitdiff
path: root/plugin.c
diff options
context:
space:
mode:
authorandreas 'randy' weinberger <vdr@smue.org>2010-02-28 12:13:17 +0100
committerandreas 'randy' weinberger <vdr@smue.org>2010-02-28 12:13:17 +0100
commit4efb6e5dca657a4d04d2e995df762054df227a6e (patch)
tree11b64601d6bce46c293c0be0aa617befce90ca3c /plugin.c
parente73252dc58ecd5a27c6d8af94028f311f23687ab (diff)
downloadvdr-plugin-graphlcd-4efb6e5dca657a4d04d2e995df762054df227a6e.tar.gz
vdr-plugin-graphlcd-4efb6e5dca657a4d04d2e995df762054df227a6e.tar.bz2
added UTF8 support (vdr-graphlcd-0.1.5-utf8_i18n.diff)
Diffstat (limited to 'plugin.c')
-rw-r--r--plugin.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugin.c b/plugin.c
index 293f6c9..8f3ca7f 100644
--- a/plugin.c
+++ b/plugin.c
@@ -17,7 +17,6 @@
#include "display.h"
#include "global.h"
-#include "i18n.h"
#include "menu.h"
#include <vdr/plugin.h>
@@ -61,6 +60,7 @@ cPluginGraphLCD::cPluginGraphLCD()
mDisplayName("")
{
mLcd = NULL;
+ mDisplay = NULL;
}
cPluginGraphLCD::~cPluginGraphLCD()
@@ -113,8 +113,6 @@ bool cPluginGraphLCD::Initialize()
unsigned int displayNumber = 0;
const char * cfgDir;
- RegisterI18n(Phrases);
-
if (mConfigName.length() == 0)
{
mConfigName = kDefaultConfigFile;