summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscop <scop>2005-03-14 18:58:29 +0000
committerscop <scop>2005-03-14 18:58:29 +0000
commitc925d69e19fd1f4218a235276378dc405605b24f (patch)
treea05fcf7f4f0682903eba650451d14c4a9694ed80
parent4c76e2049bfad88b39baecd31c4d7cb68c214994 (diff)
downloadvdr-plugin-dxr3-c925d69e19fd1f4218a235276378dc405605b24f.tar.gz
vdr-plugin-dxr3-c925d69e19fd1f4218a235276378dc405605b24f.tar.bz2
Trivial sync with HEAD.
-rw-r--r--dxr3.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/dxr3.c b/dxr3.c
index 1cd35bd..42fd78a 100644
--- a/dxr3.c
+++ b/dxr3.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
-* $Id: dxr3.c,v 1.1.2.1 2005/03/14 11:03:36 scop Exp $
+* $Id: dxr3.c,v 1.1.2.2 2005/03/14 18:58:29 scop Exp $
*/
@@ -145,15 +145,17 @@ bool cPluginDxr3::ProcessArgs(int argc, char *argv[])
// ==================================
bool cPluginDxr3::Start()
{
- RegisterI18n(Phrases);
return true;
}
// ==================================
bool cPluginDxr3::Initialize()
{
+ RegisterI18n(Phrases);
+
new cDxr3CPU();
cDxr3Device::Instance();
+
return true;
}