Commit 3e2f23a2 authored by Erwan Tulou's avatar Erwan Tulou

qt4: correct typo (xspf and not xpsf)

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