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()
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 );
}
......
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