]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/dialup/nettest.cpp
wxMax instead of max, former is always around
[wxWidgets.git] / samples / dialup / nettest.cpp
index 2c0034e022829290120060a9828d66ee471a8710..13b4006fe52102bf7b7946555fb6cc00e1e712e8 100644 (file)
@@ -263,7 +263,7 @@ void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
 {
     wxString msg;
     msg.Printf( wxT("This is the network functions test sample.\n")
-                wxT("© 1999 Vadim Zeitlin") );
+                wxT("(c) 1999 Vadim Zeitlin") );
 
     wxMessageBox(msg, wxT("About NetTest"), wxOK | wxICON_INFORMATION, this);
 }