[MPlayer-cvslog] r36743 - trunk/gui/dialog/fileselect.c
ib
subversion at mplayerhq.hu
Sun Jan 26 17:11:56 CET 2014
Author: ib
Date: Sun Jan 26 17:11:56 2014
New Revision: 36743
Log:
Cosmetic: Adjust spacings.
Modified:
trunk/gui/dialog/fileselect.c
Modified: trunk/gui/dialog/fileselect.c
==============================================================================
--- trunk/gui/dialog/fileselect.c Sun Jan 26 17:11:13 2014 (r36742)
+++ trunk/gui/dialog/fileselect.c Sun Jan 26 17:11:56 2014 (r36743)
@@ -123,14 +123,14 @@ 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" },
{ MSGTR_Filter_AllFonts, "*.pfb,*.ttf" },
#else
- { MSGTR_Filter_FontFiles, "*.desc" },
+ { MSGTR_Filter_FontFiles, "*.desc" },
#endif
- { MSGTR_Filter_AllFiles, "*" },
- { NULL, NULL }
+ { MSGTR_Filter_AllFiles, "*" },
+ { NULL, NULL }
};
int fsLastFontFilterSelected = -1;
More information about the MPlayer-cvslog
mailing list