[MPlayer-cvslog] r20075 - trunk/Gui/mplayer/gtk/fs.c
diego
subversion at mplayerhq.hu
Thu Oct 5 20:39:06 CEST 2006
Author: diego
Date: Thu Oct 5 20:39:06 2006
New Revision: 20075
Modified:
trunk/Gui/mplayer/gtk/fs.c
Log:
Add ASS subtitles to the subtitles file chooser dialog.
patch by Piotr Kaczuba, pepe attika_ath_cx
Modified: trunk/Gui/mplayer/gtk/fs.c
==============================================================================
--- trunk/Gui/mplayer/gtk/fs.c (original)
+++ trunk/Gui/mplayer/gtk/fs.c Thu Oct 5 20:39:06 2006
@@ -72,9 +72,10 @@
{ "SMI (*.smi)", "*.smi" },
{ "RT (*.rt) ", "*.rt" },
{ "TXT (*.txt)", "*.txt" },
+ { "ASS (*.ass)", "*.ass" },
{ "SSA (*.ssa)", "*.ssa" },
{ "AQT (*.aqt)", "*.aqt" },
- { "Subtitles", "*.utf,*.sub,*.srt,*.smi,*.rt,*.txt,*.ssa,*.aqt" },
+ { "Subtitles", "*.utf,*.sub,*.srt,*.smi,*.rt,*.txt,*.ass,*.ssa,*.aqt" },
{ "All files", "*" },
{ NULL,NULL }
};
More information about the MPlayer-cvslog
mailing list