]> git.sesse.net Git - vlc/commitdiff
Fix typo in greek ANSI code page
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 31 Aug 2009 15:05:07 +0000 (18:05 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 31 Aug 2009 15:05:57 +0000 (18:05 +0300)
modules/codec/subtitles/subsdec.c

index 4b2a4e2b1eb9a4cddbcf5a6175f3d4c077adffd2..6ac380b527b55eb1cd071989c82a3a90b4ec2fe5 100644 (file)
@@ -68,7 +68,7 @@ static const char *const ppsz_encodings[] = {
     "ISO-8859-6",
     "Windows-1256",
     "ISO-8859-7",
-    "Windows-1256",
+    "Windows-1253",
     "ISO-8859-8",
     "Windows-1255",
     "ISO-8859-9",
@@ -121,7 +121,7 @@ static const char *const ppsz_encoding_names[] = {
     N_("Arabic (Windows-1256)"),
     /* 7 */
     N_("Greek (ISO 8859-7)"),
-    N_("Greek (Windows-1256)"),
+    N_("Greek (Windows-1253)"),
     /* 8 */
     N_("Hebrew (ISO 8859-8)"),
     N_("Hebrew (Windows-1255)"),