Mercurial > mplayer.hg
changeset 34856:707029278e04
Cosmetic: Arrange all file extensions alphabetically.
author | ib |
---|---|
date | Mon, 21 May 2012 14:45:15 +0000 |
parents | 69db9f71d433 |
children | cceef8552b0c |
files | gui/ui/gtk/fileselect.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/ui/gtk/fileselect.c Mon May 21 14:41:18 2012 +0000 +++ b/gui/ui/gtk/fileselect.c Mon May 21 14:45:15 2012 +0000 @@ -112,12 +112,12 @@ char * fsAudioFileNames[][2] = { { MSGTR_Filter_DDRawAudio, "*.ac3,*.pcm" }, - { MSGTR_Filter_MPEGAudio, "*.mp2,*.mp3,*.mpga,*.m4a,*.aac,*.f4a" }, + { MSGTR_Filter_MPEGAudio, "*.aac,*.f4a,*.m4a,*.mp2,*.mp3,*.mpga" }, { MSGTR_Filter_MatroskaAudio, "*.mka" }, { MSGTR_Filter_OGGAudio, "*.oga,*.ogg,*.spx" }, { MSGTR_Filter_WAVAudio, "*.wav" }, { MSGTR_Filter_WMAAudio, "*.wma" }, - { MSGTR_Filter_AllAudioFiles, "*.ac3,*.pcm,*.mp2,*.mp3,*.mpga,*.m4a,*.aac,*.f4a,*.mka,*.oga,*.ogg,*.spx,*.wav,*.wma" }, + { MSGTR_Filter_AllAudioFiles, "*.aac,*.ac3,*.f4a,*.m4a,*.mka,*.mp2,*.mp3,*.mpga,*.oga,*.ogg,*.pcm,*.spx,*.wav,*.wma" }, { MSGTR_Filter_AllFiles, "*" }, { NULL, NULL } }; @@ -128,7 +128,7 @@ #ifdef CONFIG_FREETYPE { MSGTR_Filter_TTF, "*.ttf" }, { MSGTR_Filter_Type1, "*.pfb" }, - { MSGTR_Filter_AllFonts, "*.ttf,*.pfb" }, + { MSGTR_Filter_AllFonts, "*.pfb,*.ttf" }, #else { MSGTR_Filter_FontFiles, "*.desc" }, #endif