changeset 2975:b7c361557a61

add new file types, ijen jol.
author pontscho
date Sun, 18 Nov 2001 18:17:04 +0000
parents 49199909c939
children 10d060bb51c5
files Gui/mplayer/gtk/fs.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Gui/mplayer/gtk/fs.c	Sun Nov 18 18:04:29 2001 +0000
+++ b/Gui/mplayer/gtk/fs.c	Sun Nov 18 18:17:04 2001 +0000
@@ -35,9 +35,11 @@
 gchar         * fsFilter = NULL;
 
 int             fsPressed = 0;
-int             fsLastFilterNames = 2;
+int             fsLastFilterNames = 4;
 unsigned char * fsFilterNames[3][2] = { { "MPEG files( *.mpg )", "*.mpg" },
+					{ "VOB files( *.vob )", "*.vob"  },
                                         { "AVI files( *.avi )",  "*.avi" },
+					{ "VIVO files( *.viv )", "*.viv" },
                                         { "All files( *)",       "*"     } };
 
 GtkWidget   * fsFileNamesList;