git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42694
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// set the scheme of url to http if it does not have one
// RR: This doesn't work if the url is just a local path
wxString url(urlOrig);
// set the scheme of url to http if it does not have one
// RR: This doesn't work if the url is just a local path
wxString url(urlOrig);
if ( !wxURI(url).HasScheme() )
url.Prepend(wxT("http://"));
if ( !wxURI(url).HasScheme() )
url.Prepend(wxT("http://"));