]> git.sesse.net Git - vlc/commitdiff
qt4: correct typo (xspf and not xpsf)
authorErwan Tulou <erwan10@videolan.org>
Fri, 17 Jul 2009 12:50:01 +0000 (14:50 +0200)
committerErwan Tulou <erwan10@videolan.org>
Fri, 17 Jul 2009 14:46:17 +0000 (16:46 +0200)
modules/gui/qt4/dialogs_provider.cpp

index dfec2ece88a99de33322a973b8b72171e087cbc1..2641b8b8ec3024050a5339837ff625f2af92b2aa 100644 (file)
@@ -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 ) ),