[MPlayer-DOCS] r36578 - in trunk: gui/dialog/preferences.c help/help_mp-de.h help/help_mp-en.h

ib subversion at mplayerhq.hu
Tue Jan 14 17:38:16 CET 2014


Author: ib
Date: Tue Jan 14 17:38:15 2014
New Revision: 36578

Log:
Fix KOI8 encodings.

There doesn't seem to exist a KOI8-U/RU encoding, so split it.

Modified:
   trunk/help/help_mp-en.h

Changes in other areas also in this revision:
Modified:
   trunk/gui/dialog/preferences.c
   trunk/help/help_mp-de.h

Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h	Mon Jan 13 20:53:53 2014	(r36577)
+++ trunk/help/help_mp-en.h	Tue Jan 14 17:38:15 2014	(r36578)
@@ -786,7 +786,7 @@ static const char help_text[]=
 #define MSGTR_PREFERENCES_FontEncoding12 "Celtic (ISO-8859-14)"
 #define MSGTR_PREFERENCES_FontEncoding13 "Hebrew (ISO-8859-8)"
 #define MSGTR_PREFERENCES_FontEncoding14 "Russian (KOI8-R)"
-#define MSGTR_PREFERENCES_FontEncoding15 "Ukrainian, Belarusian (KOI8-U/RU)"
+#define MSGTR_PREFERENCES_FontEncoding15 "Ukrainian (KOI8-U)"
 #define MSGTR_PREFERENCES_FontEncoding16 "Simplified Chinese (CP936)"
 #define MSGTR_PREFERENCES_FontEncoding17 "Traditional Chinese (BIG5)"
 #define MSGTR_PREFERENCES_FontEncoding18 "Japanese (SHIFT-JIS)"
@@ -796,6 +796,7 @@ static const char help_text[]=
 #define MSGTR_PREFERENCES_FontEncoding22 "Central European (CP1250)"
 #define MSGTR_PREFERENCES_FontEncoding23 "Arabic (CP1256)"
 #define MSGTR_PREFERENCES_FontEncoding24 "UTF-8"
+#define MSGTR_PREFERENCES_FontEncoding25 "Russian/Ukrainian/Belarusian (KOI8-RU)"
 #define MSGTR_PREFERENCES_FontNoAutoScale "No autoscale"
 #define MSGTR_PREFERENCES_FontPropWidth "Proportional to movie width"
 #define MSGTR_PREFERENCES_FontPropHeight "Proportional to movie height"


More information about the MPlayer-DOCS mailing list