]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialup/nettest.cpp
fixed typo in wxString::swap() which was completely broken
[wxWidgets.git] / samples / dialup / nettest.cpp
index 7e31dad04521e856bdb494616c5fed2c9c6effdd..bcf1d57aa1ec0481c1414352c51913867a38abc6 100644 (file)
@@ -256,10 +256,10 @@ void MyFrame::OnQuit(wxCommandEvent& WXUNUSED(event))
 void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
 {
     wxString msg;
-    msg.Printf(_T("This is the network functions test sample.\n"
-                  "© 1999 Vadim Zeitlin"));
+    msg.Printf( wxT("This is the network functions test sample.\n")
+                wxT("© 1999 Vadim Zeitlin") );
 
-    wxMessageBox(msg, _T("About NetTest"), wxOK | wxICON_INFORMATION, this);
+    wxMessageBox(msg, wxT("About NetTest"), wxOK | wxICON_INFORMATION, this);
 }
 
 void MyFrame::OnHangUp(wxCommandEvent& WXUNUSED(event))