]> git.sesse.net Git - vlc/commitdiff
qt4: typo
authorRafaël Carré <funman@videolan.org>
Thu, 11 Oct 2007 13:47:57 +0000 (13:47 +0000)
committerRafaël Carré <funman@videolan.org>
Thu, 11 Oct 2007 13:47:57 +0000 (13:47 +0000)
modules/gui/qt4/dialogs_provider.cpp

index 421a07896db7f11b1759e8b0e87c6931ab8add7c..68d20eb7b8360664fde5b2464ca2f1a9236a7bfd 100644 (file)
@@ -363,7 +363,7 @@ void DialogsProvider::savePlaylist()
         if( qfd->selectedFiles().count() > 0 )
         {
             static const char psz_xspf[] = "export-xspf",
-                              psz_m3u[] = "esport-m3u";
+                              psz_m3u[] = "export-m3u";
             const char *psz_module;
 
             QString file = qfd->selectedFiles().first();