[MPlayer-dev-eng] Small patch für GTK-Filesel-Dialog

Leslie Polzer webmaster at nachtwind.net
Sun May 12 12:57:16 CEST 2002


Greetings,

It annoyed me for quite some time that the File-Selection dialog in the
GTK-Gui does not contain *.MPEG (with the extra 'E'). Eventually I got up
and fixed it, the patch's attached so you can rectify it without much hassle.

Keep up the good work guys :)

- Leslie


Note: I'm not subscribed, please send me CC if you reply.


<snip>

--- fs.c~       Mon Apr 22 17:39:45 2002
+++ fs.c        Sun May 12 12:36:13 2002
@@ -48,7 +48,7 @@
            { "VIVO files (*.viv)",                                     "*.viv" },
           { "Windows Media Video (*.wmv)",                             "*.wmv" },
           { "Audio files (*.mp2,*.mp3,*.wma)",                         "*.mp2,*.mp3,*.wma" },
-          { "Video files (*.mpg,*.vob,*.avi,*.mov,*.asf,*.viv,*.wmv)", "*.mpg,*.vob,*.avi,*.mov,*.asf,*.viv,*.wmv" },
+          { "Video files (*.mpg,*.mpeg,*.vob,*.avi,*.mov,*.asf,*.viv,*.wmv)", "*.mpg,*.mpeg,*.vob,*.avi,*.mov,*.asf,*.viv,*.wmv" },
            { "All files (*)",      "*"     } };
 
 #define fsNumberOfSubtitleFilterNames 9

</snip>



More information about the MPlayer-dev-eng mailing list