wxSocketServer test added to console sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -543,7 +543,7 @@ void MyFrame::OnTestURL(wxCommandEvent& WXUNUSED(event))
|
||||
m_text->AppendText(_("\n=== URL test begins ===\n"));
|
||||
wxString urlname = wxGetTextFromUser(_("Enter an URL to get"),
|
||||
_("URL:"),
|
||||
_("http://localhost"));
|
||||
_T("http://localhost"));
|
||||
|
||||
// Parse the URL
|
||||
wxURL url(urlname);
|
||||
|
Reference in New Issue
Block a user