[Mplayer-cvslog] CVS: main/Gui/mplayer/gtk fs.c,1.29,1.30
Diego Biurrun CVS
diego at mplayerhq.hu
Sun Sep 1 23:26:51 CEST 2002
Update of /cvsroot/mplayer/main/Gui/mplayer/gtk
In directory mail:/var/tmp.root/cvs-serv9105/Gui/mplayer/gtk
Modified Files:
fs.c
Log Message:
Pontscho forgot to add *.rm to all video files...
Index: fs.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/mplayer/gtk/fs.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- fs.c 1 Sep 2002 11:28:18 -0000 1.29
+++ fs.c 1 Sep 2002 21:26:48 -0000 1.30
@@ -54,7 +54,7 @@
{ "Wave files (*.wav)", "*.wav" },
{ "WMA files (*.wma)", "*.wma" },
{ "Audio files (*.wav,*.mp2,*.mp3,*.wma)", "*.wav,*.mp2,*.mp3,*.wma" },
- { "All video files", "*.mpg,*.mpeg,*.vob,*.avi,*.divx,*.mov,*.asf,*.viv,*.wmv" },
+ { "All video files", "*.mpg,*.mpeg,*.vob,*.avi,*.divx,*.mov,*.asf,*.viv,*.rm,*.wmv" },
{ "All files (*)", "*" },
{ NULL,NULL }
};
More information about the MPlayer-cvslog
mailing list