Mercurial > mplayer.hg
changeset 20069:609c0cd1a85b
Add ASS subtitles to the subtitles file chooser dialog.
patch by Piotr Kaczuba, pepe attika_ath_cx
author | diego |
---|---|
date | Thu, 05 Oct 2006 18:39:06 +0000 |
parents | e242e2e8fed4 |
children | b4d4142f7ae8 |
files | Gui/mplayer/gtk/fs.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 } };