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

ib subversion at mplayerhq.hu
Fri Feb 7 21:28:01 CET 2014


Author: ib
Date: Fri Feb  7 21:28:01 2014
New Revision: 36806

Log:
Localize decimal mark.

This is usually handled by the locale the user has set, but since we
don't set the locale for the GUI to avoid problems with MPlayer which
requires a "C" locale, we end up with a decimal point.

Add MSGTR_GUI_DecimalMark in order to still allow localized numbers.

Modified:
   trunk/help/help_mp-en.h

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

Modified: trunk/help/help_mp-en.h
==============================================================================
--- trunk/help/help_mp-en.h	Fri Feb  7 20:52:17 2014	(r36805)
+++ trunk/help/help_mp-en.h	Fri Feb  7 21:28:01 2014	(r36806)
@@ -624,6 +624,7 @@ static const char help_text[] = MSGTR_He
 #define MSGTR_GUI_CpShiftJis "Japanese (SHIFT-JIS)"
 #define MSGTR_GUI_CpUnicode "Unicode"
 #define MSGTR_GUI_CpUTF8 "UTF-8"
+#define MSGTR_GUI_DecimalMark "."
 #define MSGTR_GUI__Default_ "(Default)"
 #define MSGTR_GUI_DefaultSetting "Default setting"
 #define MSGTR_GUI_Delay "Delay"


More information about the MPlayer-DOCS mailing list