X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bd4d918f36b7df736e63f9aa934d479e4f3ff346..3c002e048dfd61706f718e68a468f3e5488f8dc0:/samples/sockets/server.cpp diff --git a/samples/sockets/server.cpp b/samples/sockets/server.cpp index e6863239cd..678e668551 100644 --- a/samples/sockets/server.cpp +++ b/samples/sockets/server.cpp @@ -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;