changeset 7237:a0884ac87749

Pontscho forgot to add *.rm to all video files...
author diego
date Sun, 01 Sep 2002 21:26:48 +0000
parents 2511d4bbf039
children 6f44ed6c4568
files Gui/mplayer/gtk/fs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/mplayer/gtk/fs.c	Sun Sep 01 21:16:45 2002 +0000
+++ b/Gui/mplayer/gtk/fs.c	Sun Sep 01 21:26:48 2002 +0000
@@ -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 }
 	 };