fixed _T typo

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ron Lee
2000-01-25 18:49:24 +00:00
parent 9376d86ede
commit d24905b5e4

View File

@@ -182,7 +182,7 @@ MyFrame::MyFrame() : wxFrame((wxFrame *)NULL, -1,
m_menuSocket->Append(CLIENT_CLOSE, _T("&Close session"), _T("Close connection"));
m_menuDatagramSocket = new wxMenu();
m_menuDatagramSocket->Append(CLIENT_DGRAM, _T("Send Datagram"), _("Test UDP sockets"));
m_menuDatagramSocket->Append(CLIENT_DGRAM, _T("Send Datagram"), _T("Test UDP sockets"));
// Append menus to the menubar
m_menuBar = new wxMenuBar();