]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/keyboard/keyboard.cpp
wxCocoa build fix in response to wxLogs.
[wxWidgets.git] / samples / keyboard / keyboard.cpp
index df4a68219754b1e2b413250cd2a24fe4cb83f281..ecece468d08c175e05cf28acbc35246309d4f3e5 100644 (file)
@@ -319,7 +319,7 @@ void MyFrame::OnQuit(wxCommandEvent& WXUNUSED(event))
 void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
 {
     wxString msg = _T("Demonstrates keyboard event processing in wxWidgets\n")
-                   _T("© 2002 Vadim Zeitlin");
+                   _T("(c) 2002 Vadim Zeitlin");
 
     wxMessageBox(msg, _T("About wxKeyboard"), wxOK | wxICON_INFORMATION, this);
 }