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:
		@@ -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();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user