m_sock->SetFlags(wxSOCKET_WAITALL);
// Note that len is in kbytes here!
- // Also note that Linux kernel 2.0.36 gives up at len > 27.
len = 32;
buf1 = new char[len * 1024];
buf2 = new char[len * 1024];
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);