[vlc-commits] Subtitle: show .txt files when opening a subtitle
Jean-Baptiste Kempf
git at videolan.org
Fri Jan 28 14:53:47 CET 2011
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 28 14:53:19 2011 +0100| [de360b79a582fdc2a477622d1189707af7425187] | committer: Jean-Baptiste Kempf
Subtitle: show .txt files when opening a subtitle
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=de360b79a582fdc2a477622d1189707af7425187
---
include/vlc_interface.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc_interface.h b/include/vlc_interface.h
index f31c87a..49743a9 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -234,7 +234,7 @@ typedef enum vlc_dialog {
EXTENSIONS_PLAYLIST
#define EXTENSIONS_SUBTITLE "*.cdg;*.idx;*.srt;*.sub;*.utf;*.ass;*.ssa;*.aqt;" \
- "*.jss;*.psb;*.rt;*.smi"
+ "*.jss;*.psb;*.rt;*.smi;*.txt;*.smil"
/** \defgroup vlc_interaction Interaction
* \ingroup vlc_interface
More information about the vlc-commits
mailing list