From dfce3e3f9c67ac41c53500f2a4b290adeec549d4 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 5 Oct 2006 18:39:06 +0000 Subject: Add ASS subtitles to the subtitles file chooser dialog. patch by Piotr Kaczuba, pepe attika_ath_cx git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20075 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/mplayer/gtk/fs.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Gui') diff --git a/Gui/mplayer/gtk/fs.c b/Gui/mplayer/gtk/fs.c index 1756881c99..714ea7b4b1 100644 --- a/Gui/mplayer/gtk/fs.c +++ b/Gui/mplayer/gtk/fs.c @@ -72,9 +72,10 @@ char * fsSubtitleFilterNames[][2] = { "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 } }; -- cgit v1.2.3