[MPlayer-cvslog] r34939 - in trunk: gui/ui/gtk/fileselect.c help/help_mp-de.h help/help_mp-en.h
ib
subversion at mplayerhq.hu
Mon May 21 12:33:08 CEST 2012
Author: ib
Date: Mon May 21 12:33:08 2012
New Revision: 34939
Log:
Enable translation of font file filter items.
Modified:
trunk/gui/ui/gtk/fileselect.c
Changes in other areas also in this revision:
Modified:
trunk/help/help_mp-de.h
trunk/help/help_mp-en.h
Modified: trunk/gui/ui/gtk/fileselect.c
==============================================================================
--- trunk/gui/ui/gtk/fileselect.c Mon May 21 12:03:57 2012 (r34938)
+++ trunk/gui/ui/gtk/fileselect.c Mon May 21 12:33:08 2012 (r34939)
@@ -132,13 +132,13 @@ int fsLastAudioFilterSelected = -1;
char * fsFontFileNames[][2] =
{
#ifdef CONFIG_FREETYPE
- { "True Type fonts (*.ttf)", "*.ttf" },
- { "Type1 fonts (*.pfb)", "*.pfb" },
- { "All fonts", "*.ttf,*.pfb" },
+ { MSGTR_Filter_TTF, "*.ttf" },
+ { MSGTR_Filter_Type1, "*.pfb" },
+ { MSGTR_Filter_AllFonts, "*.ttf,*.pfb" },
#else
- { "Font files (*.desc)", "*.desc" },
+ { MSGTR_Filter_FontFiles, "*.desc" },
#endif
- { "All files", "*" },
+ { MSGTR_Filter_AllFiles, "*" },
{ NULL,NULL }
};
int fsLastFontFilterSelected = -1;
More information about the MPlayer-cvslog
mailing list