# HG changeset patch # User ib # Date 1390752716 0 # Node ID e5b30a00c9db34f63b11adb3bf5db0044e9c1ff7 # Parent 40c36c45384f5038908f7d38e3d77da82d59478f Cosmetic: Adjust spacings. diff -r 40c36c45384f -r e5b30a00c9db gui/dialog/fileselect.c --- a/gui/dialog/fileselect.c Sun Jan 26 16:11:13 2014 +0000 +++ b/gui/dialog/fileselect.c Sun Jan 26 16:11:56 2014 +0000 @@ -123,14 +123,14 @@ 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;