# HG changeset patch # User diego # Date 1160073546 0 # Node ID 609c0cd1a85b43892772df47b20ef032d2e2f338 # Parent e242e2e8fed4247697f7ee351e12e7313658254c Add ASS subtitles to the subtitles file chooser dialog. patch by Piotr Kaczuba, pepe attika_ath_cx diff -r e242e2e8fed4 -r 609c0cd1a85b Gui/mplayer/gtk/fs.c --- a/Gui/mplayer/gtk/fs.c Thu Oct 05 17:12:48 2006 +0000 +++ b/Gui/mplayer/gtk/fs.c Thu Oct 05 18:39:06 2006 +0000 @@ -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 } };