diff --git a/samples/menu/menu.cpp b/samples/menu/menu.cpp index 1f2bbdc0fa..2949b68133 100644 --- a/samples/menu/menu.cpp +++ b/samples/menu/menu.cpp @@ -575,7 +575,7 @@ void MyFrame::OnClearLog(wxCommandEvent& WXUNUSED(event)) void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event)) { - (void)wxMessageBox(_T("wxWidgets menu sample\nŠ 1999-2001 Vadim Zeitlin"), + (void)wxMessageBox(_T("wxWidgets menu sample\n(c) 1999-2001 Vadim Zeitlin"), _T("About wxWidgets menu sample"), wxICON_INFORMATION); }