summaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorAndreas Mair <amair.sob@googlemail.com>2007-02-14 12:24:25 +0100
committerAndreas Mair <amair.sob@googlemail.com>2007-02-14 12:24:25 +0100
commit2ced4d35c533969fdb0ee6fa963a2fef26c50b79 (patch)
treeb49facd42724fda2ad7c294479373d8f0f08a527 /patches
downloadvdr-plugin-skinenigmang-2ced4d35c533969fdb0ee6fa963a2fef26c50b79.tar.gz
vdr-plugin-skinenigmang-2ced4d35c533969fdb0ee6fa963a2fef26c50b79.tar.bz2
2007-02-14: Version 0.0.1v0.0.1
- Initial release.
Diffstat (limited to 'patches')
-rw-r--r--patches/vdr-1.4.5-no_trans_found.diff11
-rw-r--r--patches/vdr-1.4.5-no_trans_found.txt26
2 files changed, 37 insertions, 0 deletions
diff --git a/patches/vdr-1.4.5-no_trans_found.diff b/patches/vdr-1.4.5-no_trans_found.diff
new file mode 100644
index 0000000..8e890cc
--- /dev/null
+++ b/patches/vdr-1.4.5-no_trans_found.diff
@@ -0,0 +1,11 @@
+--- i18n.c.orig 2007-01-31 11:54:21.000000000 +0100
++++ i18n.c 2007-01-31 11:54:40.000000000 +0100
+@@ -6201,7 +6201,7 @@
+ }
+ p = Phrases;
+ }
+- esyslog("%s%sno translation found for '%s' in language %d (%s)", Plugin ? Plugin : "", Plugin ? ": " : "", s, Setup.OSDLanguage, Phrases[0][Setup.OSDLanguage]);
++//AM esyslog("%s%sno translation found for '%s' in language %d (%s)", Plugin ? Plugin : "", Plugin ? ": " : "", s, Setup.OSDLanguage, Phrases[0][Setup.OSDLanguage]);
+ }
+ const char *p = strchr(s, '$');
+ return p ? p + 1 : s;
diff --git a/patches/vdr-1.4.5-no_trans_found.txt b/patches/vdr-1.4.5-no_trans_found.txt
new file mode 100644
index 0000000..279e6d4
--- /dev/null
+++ b/patches/vdr-1.4.5-no_trans_found.txt
@@ -0,0 +1,26 @@
+WHO
+---
+Andreas Mair (andreas AT vdr DASH developer DOT org)
+
+WHAT
+-----
+This patch removes the "no translation found for" warnings in the VDR log.
+
+WHY
+----
+This might be useful if you have enabled the symbols in the main menu
+because in that case EnigmaNG has to compare every main menu entry with
+a localized text to find out what symbol has to be shown.
+
+FOR
+---
+This patch has been tested with vanilla VDR 1.4.5 but should apply to other
+releases too. Anyway, it's not hard to fix reject...
+
+HOW
+---
+Change to VDR source directory and run
+vdr-1.4.5$ patch <PLUGINS/src/skinenigmang/patches/vdr-1.4.5-no_trans_found.diff
+
+
+2007-01-31, Andreas Mair