[MPlayer-cvslog] r36710 - trunk/gui/dialog/fileselect.c
ib
subversion at mplayerhq.hu
Thu Jan 23 18:28:02 CET 2014
Author: ib
Date: Thu Jan 23 18:28:02 2014
New Revision: 36710
Log:
Cosmetic: Adjust spacings.
Modified:
trunk/gui/dialog/fileselect.c
Modified: trunk/gui/dialog/fileselect.c
==============================================================================
--- trunk/gui/dialog/fileselect.c Thu Jan 23 18:27:27 2014 (r36709)
+++ trunk/gui/dialog/fileselect.c Thu Jan 23 18:28:02 2014 (r36710)
@@ -123,15 +123,15 @@ int fsLastAudioFilterSelected = -1;
char *fsFontFileNames[][2] = {
#ifdef CONFIG_FREETYPE
- { MSGTR_Filter_TTF, "*.ttf" },
- { MSGTR_Filter_Type1, "*.pfb" },
+ { MSGTR_Filter_TTF, "*.ttf" },
+ { MSGTR_Filter_Type1, "*.pfb" },
#endif
- { MSGTR_Filter_FontFiles, "*.desc" },
+ { MSGTR_Filter_FontFiles, "*.desc" },
#ifdef CONFIG_FREETYPE
{ MSGTR_Filter_AllFonts, "*.pfb,*.ttf,*.desc" },
#endif
- { MSGTR_Filter_AllFiles, "*" },
- { NULL, NULL }
+ { MSGTR_Filter_AllFiles, "*" },
+ { NULL, NULL }
};
int fsLastFontFilterSelected = -1;
More information about the MPlayer-cvslog
mailing list