mirror of
https://github.com/mpv-player/mpv
synced 2024-12-28 06:03:45 +01:00
adding CP1251 to GUI's Font encoding for FreeType
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7416 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0aa2bfc533
commit
cd73c4f510
@ -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 },
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user