summaryrefslogtreecommitdiff
path: root/ffnetdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffnetdev.c')
-rw-r--r--ffnetdev.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/ffnetdev.c b/ffnetdev.c
index 93d6c9f..3aae115 100644
--- a/ffnetdev.c
+++ b/ffnetdev.c
@@ -10,7 +10,7 @@
#include <vdr/tools.h>
-#include "i18n.h"
+//#include "i18n.h"
#include "tsworker.h"
#include "netosd.h"
#include "ffnetdev.h"
@@ -21,8 +21,9 @@
#include "ffnetdevsetup.h"
-const char *cPluginFFNetDev::VERSION = "0.1.2";
-const char *cPluginFFNetDev::DESCRIPTION = "Full Featured Network Device for Streaming";
+static const char *VERSION = "0.1.3";
+const char *cPluginFFNetDev::VERSION = VERSION;
+const char *cPluginFFNetDev::DESCRIPTION = trNOOP("Full Featured Network Device for Streaming");
//const char *cOSDWorker::MAINMENUENTRY = "FFNetDev";
// --- cNetOSDProvider -----------------------------------------------
@@ -163,7 +164,7 @@ bool cPluginFFNetDev::Active(void) {
bool cPluginFFNetDev::Start(void)
{
// Start any background activities the plugin shall perform.
- RegisterI18n(Phrases);
+// RegisterI18n(Phrases);
cOSDWorker::Init(OSDPort, this);