changeset 10182:ec396687af24

[PATCH] CP1250 encoding to GUI and UTF-8 to font.desc From: Nikola Smolenski <smolensk@eunet.yu>
author pontscho
date Sun, 25 May 2003 17:26:31 +0000
parents d480b7ffd2ef
children 2ffb9a8b0428
files Gui/mplayer/gtk/opts.c help/help_mp-en.h
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/mplayer/gtk/opts.c	Sun May 25 15:44:14 2003 +0000
+++ b/Gui/mplayer/gtk/opts.c	Sun May 25 17:26:31 2003 +0000
@@ -123,6 +123,7 @@
   { "iso-8859-1",  MSGTR_PREFERENCES_FontEncoding2 },
   { "iso-8859-15", MSGTR_PREFERENCES_FontEncoding3 },
   { "iso-8859-2",  MSGTR_PREFERENCES_FontEncoding4 },
+  { "cp1250",      MSGTR_PREFERENCES_FontEncoding22},
   { "iso-8859-3",  MSGTR_PREFERENCES_FontEncoding5 },
   { "iso-8859-4",  MSGTR_PREFERENCES_FontEncoding6 },
   { "iso-8859-5",  MSGTR_PREFERENCES_FontEncoding7 },
--- a/help/help_mp-en.h	Sun May 25 15:44:14 2003 +0000
+++ b/help/help_mp-en.h	Sun May 25 17:26:31 2003 +0000
@@ -576,6 +576,7 @@
 #define MSGTR_PREFERENCES_FontEncoding19 "Korean charset (CP949)"
 #define MSGTR_PREFERENCES_FontEncoding20 "Thai charset (CP874)"
 #define MSGTR_PREFERENCES_FontEncoding21 "Cyrillic Windows (CP1251)"
+#define MSGTR_PREFERENCES_FontEncoding22 "Slavic/Central European Windows (CP1250)"
 #define MSGTR_PREFERENCES_FontNoAutoScale "No autoscale"
 #define MSGTR_PREFERENCES_FontPropWidth "Proportional to movie width"
 #define MSGTR_PREFERENCES_FontPropHeight "Proportional to movie height"