# HG changeset patch # User iive # Date 1032182570 0 # Node ID 2bb518d6a5b2c96675c10d86fb4e7503d19a34f1 # Parent 00c3f129908f77922736c0abf370697b2339e17a adding CP1251 to GUI's Font encoding for FreeType diff -r 00c3f129908f -r 2bb518d6a5b2 Gui/mplayer/gtk/opts.c --- 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 }, diff -r 00c3f129908f -r 2bb518d6a5b2 help_mp-en.h --- 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"