summaryrefslogtreecommitdiff
path: root/muggle.c
diff options
context:
space:
mode:
authorworo <woro@e10066b5-e1e2-0310-b819-94efdf66514b>2008-02-12 09:49:39 +0000
committerworo <woro@e10066b5-e1e2-0310-b819-94efdf66514b>2008-02-12 09:49:39 +0000
commitdb94d2939c104c9203178df1ba67b18eeaf43bd8 (patch)
tree249666ae1dd78041c105544df52f9106972b6052 /muggle.c
parente6f6f469a43e72bed319c3d88f4c1420509532fb (diff)
downloadvdr-plugin-muggle-db94d2939c104c9203178df1ba67b18eeaf43bd8.tar.gz
vdr-plugin-muggle-db94d2939c104c9203178df1ba67b18eeaf43bd8.tar.bz2
use po files for internationalisation, starting with
translations in german and french git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1025 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle.c')
-rw-r--r--muggle.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/muggle.c b/muggle.c
index c234e7c..b60009b 100644
--- a/muggle.c
+++ b/muggle.c
@@ -80,7 +80,6 @@ bool mgMuggle::Initialize (void)
bool mgMuggle::Start (void)
{
// Start any background activities the plugin shall perform.
- RegisterI18n (Phrases);
return true;
}