X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce321570b08e1a2937415ef6388a1a98fd1c4b83..03ed957a329bbfc7599be533f32460c58fa08173:/include/wx/url.h diff --git a/include/wx/url.h b/include/wx/url.h index 984a87fffc..89e3e34e74 100644 --- a/include/wx/url.h +++ b/include/wx/url.h @@ -75,7 +75,7 @@ public: wxString GetHostName() const { return m_server; } wxString GetPath() const { return m_path; } - //Use wxURI instead - delims is ignored + //Use wxURI instead - this does not work that well static wxString ConvertToValidURI( const wxString& uri, const wxChar* delims = wxT(";/?:@&=+$,")