From d0011c3cda929f2394c17e2717dfd55d2919f6fd Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 1 Sep 2002 21:26:48 +0000 Subject: Pontscho forgot to add *.rm to all video files... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7238 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/mplayer/gtk/fs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gui') diff --git a/Gui/mplayer/gtk/fs.c b/Gui/mplayer/gtk/fs.c index d12fef07e6..725c1f8309 100644 --- a/Gui/mplayer/gtk/fs.c +++ b/Gui/mplayer/gtk/fs.c @@ -54,7 +54,7 @@ char * fsVideoFilterNames[][2] = { "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 } }; -- cgit v1.2.3