]> git.sesse.net Git - vlc/commitdiff
skins2: open the right type of playlist (be consistent with qt4).
authorRémi Duraffort <ivoire@videolan.org>
Sat, 24 Jan 2009 12:16:31 +0000 (13:16 +0100)
committerRémi Duraffort <ivoire@videolan.org>
Sat, 24 Jan 2009 12:16:31 +0000 (13:16 +0100)
modules/gui/skins2/src/dialogs.cpp

index 27cd7a7506003a853b9984eadc091776c8467501..bf4b541f1c533e6c23597b87e527d82c5f77bfe0 100644 (file)
@@ -224,9 +224,8 @@ void Dialogs::showChangeSkin()
 void Dialogs::showPlaylistLoad()
 {
     showFileGeneric( _("Open playlist"),
-                     _("All playlists|*.pls;*.m3u;*.asx;*.b4s;*.xspf|"
-                       "M3U files|*.m3u|"
-                       "XSPF playlist|*.xspf"),
+                     _("Playlist Files|"EXTENSIONS_PLAYLIST"|"
+                       "All Files|*"),
                      showPlaylistLoadCB, kOPEN );
 }