[MPlayer-cvslog] r36579 - in trunk: gui/dialog/preferences.c help/help_mp-de.h help/help_mp-en.h
ib
subversion at mplayerhq.hu
Tue Jan 14 17:53:48 CET 2014
Author: ib
Date: Tue Jan 14 17:53:48 2014
New Revision: 36579
Log:
Add missing ISO-8859 encodings.
Modified:
trunk/gui/dialog/preferences.c
Changes in other areas also in this revision:
Modified:
trunk/help/help_mp-de.h
trunk/help/help_mp-en.h
Modified: trunk/gui/dialog/preferences.c
==============================================================================
--- trunk/gui/dialog/preferences.c Tue Jan 14 17:38:15 2014 (r36578)
+++ trunk/gui/dialog/preferences.c Tue Jan 14 17:53:48 2014 (r36579)
@@ -166,9 +166,12 @@ static struct
{ "ISO-8859-7", MSGTR_PREFERENCES_FontEncoding9 },
{ "ISO-8859-8", MSGTR_PREFERENCES_FontEncoding13 },
{ "ISO-8859-9", MSGTR_PREFERENCES_FontEncoding10 },
+ { "ISO-8859-10", MSGTR_PREFERENCES_FontEncoding26 },
+ { "ISO-8859-11", MSGTR_PREFERENCES_FontEncoding27 },
{ "ISO-8859-13", MSGTR_PREFERENCES_FontEncoding11 },
{ "ISO-8859-14", MSGTR_PREFERENCES_FontEncoding12 },
{ "ISO-8859-15", MSGTR_PREFERENCES_FontEncoding3 },
+ { "ISO-8859-16", MSGTR_PREFERENCES_FontEncoding28 },
{ "KOI8-R", MSGTR_PREFERENCES_FontEncoding14 },
{ "KOI8-U", MSGTR_PREFERENCES_FontEncoding15 },
{ "KOI8-RU", MSGTR_PREFERENCES_FontEncoding25 },
More information about the MPlayer-cvslog
mailing list