X-Git-Url: http://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=modules%2Fgui%2Fqt4%2Fdialogs%2Fopen.cpp;h=372cb060705a0caf1368bc11e28aa512254cb93e;hp=836e7741e6c441958b0947736cbd768302f6ca62;hb=fc8d0d3d4cdbc6fb499b1eeca72b8ad867221130;hpb=5d17b0c90db350dad9cc9a049cd0010be73b6b7c diff --git a/modules/gui/qt4/dialogs/open.cpp b/modules/gui/qt4/dialogs/open.cpp index 836e7741e6..372cb06070 100644 --- a/modules/gui/qt4/dialogs/open.cpp +++ b/modules/gui/qt4/dialogs/open.cpp @@ -396,7 +396,7 @@ void OpenDialog::stream( bool b_transcode_only ) /* Dbg and send :D */ msg_Dbg( p_intf, "MRL passed to the Sout: %s", qtu( soutMRL ) ); THEDP->streamingDialog( this, soutMRL, b_transcode_only, - ui.advancedLineInput->text().split( ":" ) ); + ui.advancedLineInput->text().split( " :" ) ); } /* Update the MRL */