summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Gui/mplayer/gtk/opts.c1
-rw-r--r--help_mp-en.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/Gui/mplayer/gtk/opts.c b/Gui/mplayer/gtk/opts.c
index 44f12f134d..b2f2746768 100644
--- a/Gui/mplayer/gtk/opts.c
+++ b/Gui/mplayer/gtk/opts.c
@@ -103,6 +103,7 @@ static struct
{ "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 --git a/help_mp-en.h b/help_mp-en.h
index c86676b485..17ee6ab8b1 100644
--- a/help_mp-en.h
+++ b/help_mp-en.h
@@ -505,6 +505,7 @@ static char help_text[]=
#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"