summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY1
-rw-r--r--i18n.c4
2 files changed, 3 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index dcf5a171..bdaadcae 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6690,3 +6690,4 @@ Video Disk Recorder Revision History
(reported by Rolf Ahrenberg).
- The cutter now sets the 'broken link' flag for MPEG2 TS recordings (thanks to
Oliver Endriss).
+- Fixed language code entry for Portuguese.
diff --git a/i18n.c b/i18n.c
index 636c4b58..bc4aaf60 100644
--- a/i18n.c
+++ b/i18n.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: i18n.c 2.3 2011/02/20 15:56:20 kls Exp $
+ * $Id: i18n.c 2.4 2011/08/15 10:01:45 kls Exp $
*/
/*
@@ -40,7 +40,7 @@ const char *LanguageCodeList[] = {
"slv,slo",
"ita",
"dut,nla,nld",
- "por",
+ "prt",
"fra,fre",
"nor",
"fin,suo",