From 4bbbd89ee95752769cbce9638f4d19b6e5a33918 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 15 Aug 2011 10:05:19 +0200 Subject: [PATCH] Fixed language code entry for Portuguese --- HISTORY | 1 + i18n.c | 4 ++-- 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",