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:
Vadim Zeitlin
2000-03-15 19:19:44 +00:00
parent 669f7a111f
commit 8dfea369ea
6 changed files with 510 additions and 481 deletions

View File

@@ -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);