Mercurial > mplayer.hg
changeset 36614:a6a86c77e9cc
Cosmetic: Adjust spacings.
author | ib |
---|---|
date | Thu, 23 Jan 2014 17:28:02 +0000 |
parents | e5ce1d3bd82c |
children | 97cfc1701d55 |
files | gui/dialog/fileselect.c |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/dialog/fileselect.c Thu Jan 23 17:27:27 2014 +0000 +++ b/gui/dialog/fileselect.c Thu Jan 23 17:28:02 2014 +0000 @@ -123,15 +123,15 @@ 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;