Commit a9ded8f3 authored by Erwan Tulou's avatar Erwan Tulou

qt4: correct typo (xspf and not xpsf)

parent 3d9fc421
......@@ -552,7 +552,7 @@ void DialogsProvider::saveAPlaylist()
msg_Warn( p_intf, "Impossible to recognise the file type. "
"Defaulting to XSPF" );
psz_module = psz_xspf;
file.append( ".xpsf" );
file.append( ".xspf" );
}
playlist_Export( THEPL, qtu( toNativeSeparators( file ) ),
......
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