[vlc-commits] Allow Listing of .txt when opening subtitles

Jean-Baptiste Kempf git at videolan.org
Fri Jan 28 14:56:47 CET 2011


vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 28 14:55:01 2011 +0100| [32c9b75f915b7c10913a4c9ed3783578d9c123f1] | committer: Jean-Baptiste Kempf

Allow Listing of .txt when opening subtitles

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=32c9b75f915b7c10913a4c9ed3783578d9c123f1
---

 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 1a8cba3..16566eb 100644
--- a/include/vlc_interface.h
+++ b/include/vlc_interface.h
@@ -222,7 +222,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"
 
 /** \defgroup vlc_interaction Interaction
  * \ingroup vlc_interface



More information about the vlc-commits mailing list