summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-01 21:26:48 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-09-01 21:26:48 +0000
commitd0011c3cda929f2394c17e2717dfd55d2919f6fd (patch)
tree841f73022c0809e156e0a11c2c035fbe6bd18810 /Gui
parent2361a3a4973a1df4e226fc8a9933f237b43cc8e1 (diff)
downloadmpv-d0011c3cda929f2394c17e2717dfd55d2919f6fd.tar.bz2
mpv-d0011c3cda929f2394c17e2717dfd55d2919f6fd.tar.xz
Pontscho forgot to add *.rm to all video files...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7238 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/mplayer/gtk/fs.c2
1 files changed, 1 insertions, 1 deletions
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 }
};