From 77f39e7a2bd0d5359ec1f38d7d18aa13fdb8382a Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Sun, 22 May 2005 07:20:28 +0000 Subject: [PATCH] Added an entry for USF subtitles to the "add file" dialog. --- src/mmg/tab_input.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mmg/tab_input.cpp b/src/mmg/tab_input.cpp index f540425c9..756efcb44 100644 --- a/src/mmg/tab_input.cpp +++ b/src/mmg/tab_input.cpp @@ -660,6 +660,7 @@ tab_input::select_file(bool append) { { wxT("SRT text subtitles"), wxT("srt") }, { wxT("SSA/ASS text subtitles"), wxT("ass ssa") }, { wxT("TTA (The lossless True Audio codec)"), wxT("tta") }, + { wxT("USF text subtitles"), wxT("usf xml") }, { wxT("VobSub subtitles"), wxT("idx") }, { wxT("WAVE (uncompressed PCM audio)"), wxT("wav") }, { wxT("WAVPACK v4 audio"), wxT("wv") },