]> git.sesse.net Git - vlc/commitdiff
Qt: use qtu where applicable
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 23 Feb 2015 15:57:52 +0000 (16:57 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 23 Feb 2015 15:57:52 +0000 (16:57 +0100)
modules/gui/qt4/dialogs_provider.cpp

index 025d31db30ffc0073a5a8f2a83fd3ff1c9a95ce3..bf61dab2b557d787c4f3f12a812c19edccc4ac7e 100644 (file)
@@ -749,7 +749,7 @@ void DialogsProvider::streamingDialog( QWidget *parent,
             QString title = "Converting " + mrls[i];
 
             /* Add each file to convert to our playlist, making sure to not attempt to start playing it.*/
-            Open::openMRLwithOptions( p_intf, mrls[i], &optionsCopy, false, true, _(title.toStdString().c_str()) );
+            Open::openMRLwithOptions( p_intf, mrls[i], &optionsCopy, false, true, qtu( title ) );
         }
 
         /* Start the playlist from the beginning */