From 3a2af94f7459eab0f16439d0f444fce4b3ad5688 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Mon, 5 Jan 2015 22:16:12 +0200 Subject: [PATCH] Fixed the SVDRP service IP menu item (Thanks to Toerless Eckert). --- HISTORY | 4 ++++ femon.c | 4 ++-- po/de_DE.po | 4 ++-- po/es_ES.po | 4 ++-- po/et_EE.po | 4 ++-- po/fi_FI.po | 4 ++-- po/fr_FR.po | 4 ++-- po/hu_HU.po | 4 ++-- po/it_IT.po | 4 ++-- po/lt_LT.po | 4 ++-- po/ru_RU.po | 4 ++-- po/sk_SK.po | 4 ++-- po/uk_UA.po | 4 ++-- po/zh_CN.po | 4 ++-- po/zh_TW.po | 4 ++-- 15 files changed, 32 insertions(+), 28 deletions(-) diff --git a/HISTORY b/HISTORY index 35d64c5..4088c62 100644 --- a/HISTORY +++ b/HISTORY @@ -505,3 +505,7 @@ VDR Plugin 'femon' Revision History 2014-05-10: Version 2.1.1 - Fixed the channel frequency value. + +2015-01-10: Version 2.1.2 + +- Fixed the SVDRP service IP menu item (Thanks to Toerless Eckert). diff --git a/femon.c b/femon.c index b8acc0f..57a86c6 100644 --- a/femon.c +++ b/femon.c @@ -22,7 +22,7 @@ #define GITVERSION "" #endif -static const char VERSION[] = "2.1.1" GITVERSION; +static const char VERSION[] = "2.1.2" GITVERSION; static const char DESCRIPTION[] = trNOOP("DVB Signal Information Monitor (OSD)"); static const char MAINMENUENTRY[] = trNOOP("Signal Information"); @@ -371,7 +371,7 @@ void cMenuFemonSetup::Setup(void) Add(new cMenuEditIntItem(tr("SVDRP service port"), &data.svdrpport, 1, 65535)); help.Append(tr("Define the port number of SVDRP service.")); - Add(new cMenuEditStrItem(tr("SVDRP service IP"), data.svdrpip, MaxSvdrpIp, ".1234567890")); + Add(new cMenuEditStrItem(tr("SVDRP service IP"), data.svdrpip, sizeof(data.svdrpip), ".1234567890")); help.Append(tr("Define the IP address of SVDRP service.")); } diff --git a/po/de_DE.po b/po/de_DE.po index 232764f..2a942a7 100644 --- a/po/de_DE.po +++ b/po/de_DE.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: vdr-femon 2.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-05-10 05:10+0200\n" -"PO-Revision-Date: 2014-05-10 05:10+0200\n" +"POT-Creation-Date: 2015-01-10 01:10+0200\n" +"PO-Revision-Date: 2015-01-10 01:10+0200\n" "Last-Translator: Christian Wieninger\n" "Language-Team: German \n" "Language: de\n" diff --git a/po/es_ES.po b/po/es_ES.po index c883a95..273b53d 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: vdr-femon 2.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-05-10 05:10+0200\n" -"PO-Revision-Date: 2014-05-10 05:10+0200\n" +"POT-Creation-Date: 2015-01-10 01:10+0200\n" +"PO-Revision-Date: 2015-01-10 01:10+0200\n" "Last-Translator: Luis Palacios\n" "Language-Team: Spanish \n" "Language: es\n" diff --git a/po/et_EE.po b/po/et_EE.po index 3617163..9ae1634 100644 --- a/po/et_EE.po +++ b/po/et_EE.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: vdr-femon 2.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-05-10 05:10+0200\n" -"PO-Revision-Date: 2014-05-10 05:10+0200\n" +"POT-Creation-Date: 2015-01-10 01:10+0200\n" +"PO-Revision-Date: 2015-01-10 01:10+0200\n" "Last-Translator: Arthur Konovalov\n" "Language-Team: Estonian \n" "Language: et\n" diff --git a/po/fi_FI.po b/po/fi_FI.po index 719954d..b7c4039 100644 --- a/po/fi_FI.po +++ b/po/fi_FI.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: vdr-femon 2.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-05-10 05:10+0200\n" -"PO-Revision-Date: 2014-05-10 05:10+0200\n" +"POT-Creation-Date: 2015-01-10 01:10+0200\n" +"PO-Revision-Date: 2015-01-10 01:10+0200\n" "Last-Translator: Rolf Ahrenberg\n" "Language-Team: Finnish \n" "Language: fi\n" diff --git a/po/fr_FR.po b/po/fr_FR.po index e32f3f1..58dd8ee 100644 --- a/po/fr_FR.po +++ b/po/fr_FR.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: vdr-femon 2.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-05-10 05:10+0200\n" -"PO-Revision-Date: 2014-05-10 05:10+0200\n" +"POT-Creation-Date: 2015-01-10 01:10+0200\n" +"PO-Revision-Date: 2015-01-10 01:10+0200\n" "Last-Translator: Bernard Jaulin \n" "Language-Team: French \n" "Language: fr\n" diff --git a/po/hu_HU.po b/po/hu_HU.po index 3e96f80..ca9aeda 100644 --- a/po/hu_HU.po +++ b/po/hu_HU.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: vdr-femon 2.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-05-10 05:10+0200\n" -"PO-Revision-Date: 2014-05-10 05:10+0200\n" +"POT-Creation-Date: 2015-01-10 01:10+0200\n" +"PO-Revision-Date: 2015-01-10 01:10+0200\n" "Last-Translator: Füley István \n" "Language-Team: Hungarian \n" "Language: hu\n" diff --git a/po/it_IT.po b/po/it_IT.po index 0f5e9fc..7feab14 100644 --- a/po/it_IT.po +++ b/po/it_IT.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: vdr-femon 2.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-05-10 05:10+0200\n" -"PO-Revision-Date: 2014-05-10 05:10+0200\n" +"POT-Creation-Date: 2015-01-10 01:10+0200\n" +"PO-Revision-Date: 2015-01-10 01:10+0200\n" "Last-Translator: Diego Pierotto \n" "Language-Team: Italian \n" "Language: it\n" diff --git a/po/lt_LT.po b/po/lt_LT.po index 9c4a4a7..7616013 100644 --- a/po/lt_LT.po +++ b/po/lt_LT.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: vdr-femon 2.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-05-10 05:10+0200\n" -"PO-Revision-Date: 2014-05-10 05:10+0200\n" +"POT-Creation-Date: 2015-01-10 01:10+0200\n" +"PO-Revision-Date: 2015-01-10 01:10+0200\n" "Last-Translator: Valdemaras Pipiras \n" "Language-Team: Lithuanian \n" "Language: lt\n" diff --git a/po/ru_RU.po b/po/ru_RU.po index e73da4c..def51d1 100644 --- a/po/ru_RU.po +++ b/po/ru_RU.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: vdr-femon 2.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-05-10 05:10+0200\n" -"PO-Revision-Date: 2014-05-10 05:10+0200\n" +"POT-Creation-Date: 2015-01-10 01:10+0200\n" +"PO-Revision-Date: 2015-01-10 01:10+0200\n" "Last-Translator: Vyacheslav Dikonov\n" "Language-Team: Russian \n" "Language: ru\n" diff --git a/po/sk_SK.po b/po/sk_SK.po index 3b8064a..cd910a1 100644 --- a/po/sk_SK.po +++ b/po/sk_SK.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: vdr-femon 2.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-05-10 05:10+0200\n" -"PO-Revision-Date: 2014-05-10 05:10+0200\n" +"POT-Creation-Date: 2015-01-10 01:10+0200\n" +"PO-Revision-Date: 2015-01-10 01:10+0200\n" "Last-Translator: Milan Hrala \n" "Language-Team: Slovak \n" "Language: sk\n" diff --git a/po/uk_UA.po b/po/uk_UA.po index 2d41ac5..62b50e4 100644 --- a/po/uk_UA.po +++ b/po/uk_UA.po @@ -6,8 +6,8 @@ msgid "" msgstr "" "Project-Id-Version: vdr-femon 2.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-05-10 05:10+0200\n" -"PO-Revision-Date: 2014-05-10 05:10+0200\n" +"POT-Creation-Date: 2015-01-10 01:10+0200\n" +"PO-Revision-Date: 2015-01-10 01:10+0200\n" "Last-Translator: Yarema aka Knedlyk \n" "Language-Team: Ukrainian \n" "Language: uk\n" diff --git a/po/zh_CN.po b/po/zh_CN.po index 7c3d9c3..d2ea4b1 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: vdr-femon 2.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-05-10 05:10+0200\n" -"PO-Revision-Date: 2014-05-10 05:10+0200\n" +"POT-Creation-Date: 2015-01-10 01:10+0200\n" +"PO-Revision-Date: 2015-01-10 01:10+0200\n" "Last-Translator: NanFeng \n" "Language-Team: Chinese (simplified) \n" "Language: zh_CN\n" diff --git a/po/zh_TW.po b/po/zh_TW.po index f7239a9..e556d22 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: vdr-femon 2.1.1\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-05-10 05:10+0200\n" -"PO-Revision-Date: 2014-05-10 05:10+0200\n" +"POT-Creation-Date: 2015-01-10 01:10+0200\n" +"PO-Revision-Date: 2015-01-10 01:10+0200\n" "Last-Translator: NanFeng \n" "Language-Team: Chinese (traditional) \n" "Language: zh_TW\n"