]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed _T typo
authorRon Lee <ron@debian.org>
Tue, 25 Jan 2000 18:49:24 +0000 (18:49 +0000)
committerRon Lee <ron@debian.org>
Tue, 25 Jan 2000 18:49:24 +0000 (18:49 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/sockets/client.cpp

index e21a1e2542ef19b355c0a5704538051eb2911159..9b2fc20c5fd75f968f037e7a189ca09b7043128c 100644 (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();