summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authoriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-16 13:22:50 +0000
committeriive <iive@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-16 13:22:50 +0000
commitcd73c4f51069312a733c9e5e0f4bc3523267226f (patch)
tree806dbb997d1c3dcadfc4cf607ccac7f967fa9254 /Gui
parent0aa2bfc5339f071cc972054f3ca19814a6c870bc (diff)
downloadmpv-cd73c4f51069312a733c9e5e0f4bc3523267226f.tar.bz2
mpv-cd73c4f51069312a733c9e5e0f4bc3523267226f.tar.xz
adding CP1251 to GUI's Font encoding for FreeType
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7416 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/mplayer/gtk/opts.c1
1 files changed, 1 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 },