]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sockets/server.cpp
technote about translations added
[wxWidgets.git] / samples / sockets / server.cpp
index e6863239cd700ba7bb1f19991cde095c77ccb845..678e6685516f2115d6b388c8671a55e6c028a095 100644 (file)
@@ -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;