Oh well..
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -264,7 +264,7 @@ void MyFrame::Test2(wxSocketBase *sock)
|
||||
|
||||
s.Printf(_("Client says: %s\n"), buf);
|
||||
m_text->AppendText(s);
|
||||
m_text->AppendText(_("Sending the data back"));
|
||||
m_text->AppendText(_("Sending the data back\n"));
|
||||
|
||||
sock->WriteMsg(buf, len);
|
||||
delete[] buf;
|
||||
|
Reference in New Issue
Block a user