[vlc-devel] commit: qt4: correct typo (xspf and not xpsf) (Erwan Tulou )

git version control git at videolan.org
Fri Jul 17 16:49:57 CEST 2009


vlc | branch: 1.0-bugfix | Erwan Tulou <erwan10 at videolan.org> | Fri Jul 17 14:50:01 2009 +0200| [3e2f23a2714c8d7ea0a22304061b41e0d36d6324] | committer: Erwan Tulou 

qt4: correct typo (xspf and not xpsf)
(cherry picked from commit a9ded8f3bca7c5d7cfca07161b0afe3395d2a05b)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3e2f23a2714c8d7ea0a22304061b41e0d36d6324
---

 modules/gui/qt4/dialogs_provider.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/dialogs_provider.cpp b/modules/gui/qt4/dialogs_provider.cpp
index d9fb6ae..19f665d 100644
--- a/modules/gui/qt4/dialogs_provider.cpp
+++ b/modules/gui/qt4/dialogs_provider.cpp
@@ -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 ) ),




More information about the vlc-devel mailing list