Oh well..
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -528,9 +528,9 @@ void MyFrame::OnCloseConnection(wxCommandEvent& WXUNUSED(event))
|
||||
|
||||
void MyFrame::OnDatagram(wxCommandEvent& WXUNUSED(event))
|
||||
{
|
||||
m_text->AppendText(_("=== Datagram test begins ==="));
|
||||
m_text->AppendText(_("Sorry, not implemented"));
|
||||
m_text->AppendText(_("=== Datagram test ends ==="));
|
||||
m_text->AppendText(_("=== Datagram test begins ===\n"));
|
||||
m_text->AppendText(_("Sorry, not implemented\n"));
|
||||
m_text->AppendText(_("=== Datagram test ends ===\n"));
|
||||
}
|
||||
|
||||
void MyFrame::OnTestURL(wxCommandEvent& WXUNUSED(event))
|
||||
|
Reference in New Issue
Block a user