Mercurial > mplayer.hg
changeset 7415:2bb518d6a5b2
adding CP1251 to GUI's Font encoding for FreeType
author | iive |
---|---|
date | Mon, 16 Sep 2002 13:22:50 +0000 |
parents | 00c3f129908f |
children | de28a4cb3d9d |
files | Gui/mplayer/gtk/opts.c help_mp-en.h |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Gui/mplayer/gtk/opts.c Mon Sep 16 13:15:20 2002 +0000 +++ b/Gui/mplayer/gtk/opts.c Mon Sep 16 13:22:50 2002 +0000 @@ -103,6 +103,7 @@ { "iso-8859-3", MSGTR_PREFERENCES_FontEncoding5 }, { "iso-8859-4", MSGTR_PREFERENCES_FontEncoding6 }, { "iso-8859-5", MSGTR_PREFERENCES_FontEncoding7 }, + { "cp1251", MSGTR_PREFERENCES_FontEncoding21}, { "iso-8859-6", MSGTR_PREFERENCES_FontEncoding8 }, { "iso-8859-7", MSGTR_PREFERENCES_FontEncoding9 }, { "iso-8859-9", MSGTR_PREFERENCES_FontEncoding10 },
--- a/help_mp-en.h Mon Sep 16 13:15:20 2002 +0000 +++ b/help_mp-en.h Mon Sep 16 13:22:50 2002 +0000 @@ -505,6 +505,7 @@ #define MSGTR_PREFERENCES_FontEncoding18 "Japanese charsets (SHIFT-JIS)" #define MSGTR_PREFERENCES_FontEncoding19 "Korean charset (CP949)" #define MSGTR_PREFERENCES_FontEncoding20 "Thai charset (CP874)" +#define MSGTR_PREFERENCES_FontEncoding21 "Cyrillic Windows (CP1251)" #define MSGTR_PREFERENCES_FontNoAutoScale "No autoscale" #define MSGTR_PREFERENCES_FontPropWidth "Proportional to movie width" #define MSGTR_PREFERENCES_FontPropHeight "Proportional to movie height"