]> git.sesse.net Git - vlc/commitdiff
Add .ifo to recognized extensions
authorMarian Ďurkovič <md@bts.sk>
Wed, 21 Oct 2009 08:35:35 +0000 (10:35 +0200)
committerMarian Ďurkovič <md@bts.sk>
Wed, 21 Oct 2009 08:35:35 +0000 (10:35 +0200)
extras/package/win32/vlc.win32.nsi.in
include/vlc_interface.h
modules/gui/qt4/components/simple_preferences.cpp

index 435e14d9709fcd6fedf366d84f4d452f0a58058c..70b2dae9f9787a9e92a5048bfe579dabbb8c8424 100644 (file)
@@ -260,6 +260,7 @@ FunctionEnd
   !insertmacro ${_action} ".asx"
   !insertmacro ${_action} ".bin"
   !insertmacro ${_action} ".cue"
+  !insertmacro ${_action} ".ifo"
   !insertmacro ${_action} ".m3u"
   !insertmacro ${_action} ".pls"
   !insertmacro ${_action} ".vlc"
index b525a1bd5d9ba754d42f6fc68b51515af962c247..6f0514953dbe83518a5400f4219dfa4300fd3ce4 100644 (file)
@@ -179,7 +179,7 @@ typedef enum vlc_dialog {
                          "*.ogg;*.ogm;*.ogv;*.ogx;*.ps;" \
                          "*.rec;*.rm;*.rmvb;*.tod;*.ts;*.vob;*.wmv"
 
-#define EXTENSIONS_PLAYLIST "*.asx;*.b4s;*.m3u;*.pls;*.ram;*.rar;*.vlc;*.xspf;*.zip"
+#define EXTENSIONS_PLAYLIST "*.asx;*.b4s;*.ifo;*.m3u;*.pls;*.ram;*.rar;*.vlc;*.xspf;*.zip"
 
 #define EXTENSIONS_MEDIA EXTENSIONS_VIDEO ";" EXTENSIONS_AUDIO ";" \
                           EXTENSIONS_PLAYLIST
index f44f29df98a2501eac6154ee7af0d02e10a8053b..cc0363a6cd788abe550acfdb498676d606e3cb9a 100644 (file)
@@ -931,7 +931,7 @@ void SPrefsPanel::assoDialog()
                             : Qt::Unchecked );
 
     i_temp = 0;
-    aTo( ".asx" ); aTo( ".b4s" ); aTo( ".m3u" ); aTo( ".pls" ); aTo( ".vlc" );
+    aTo( ".asx" ); aTo( ".b4s" ); aTo( ".ifo" ); aTo( ".m3u" ); aTo( ".pls" ); aTo( ".vlc" );
     aTo( ".xspf" );
     otherType->setCheckState( 0, ( i_temp > 0 ) ?
                               ( ( i_temp == audioType->childCount() ) ?