From bbd2eafbb19376b619571a4382c77f61044f780b Mon Sep 17 00:00:00 2001 From: pontscho Date: Sun, 25 May 2003 17:26:31 +0000 Subject: [PATCH] CP1250 encoding to GUI and UTF-8 to font.desc From: Nikola Smolenski git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10183 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/mplayer/gtk/opts.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Gui/mplayer') diff --git a/Gui/mplayer/gtk/opts.c b/Gui/mplayer/gtk/opts.c index 3c5b317f0f..c3c544218e 100644 --- a/Gui/mplayer/gtk/opts.c +++ b/Gui/mplayer/gtk/opts.c @@ -123,6 +123,7 @@ static struct { "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 }, -- cgit v1.2.3