diff options
-rw-r--r-- | Gui/mplayer/gtk/fs.c | 2 |
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 } }; |