Commit 613e1831 authored by Rémi Duraffort's avatar Rémi Duraffort

skins2: open the right type of playlist (be consistent with qt4).

parent c0f36651
...@@ -224,9 +224,8 @@ void Dialogs::showChangeSkin() ...@@ -224,9 +224,8 @@ void Dialogs::showChangeSkin()
void Dialogs::showPlaylistLoad() void Dialogs::showPlaylistLoad()
{ {
showFileGeneric( _("Open playlist"), showFileGeneric( _("Open playlist"),
_("All playlists|*.pls;*.m3u;*.asx;*.b4s;*.xspf|" _("Playlist Files|"EXTENSIONS_PLAYLIST"|"
"M3U files|*.m3u|" "All Files|*"),
"XSPF playlist|*.xspf"),
showPlaylistLoadCB, kOPEN ); showPlaylistLoadCB, kOPEN );
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment