X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8520f1374ceec64abae3802984c4f8654d8836ba..78b3b018ce9edca5742d8ab263d849f77f3d19bf:/samples/event/event.cpp diff --git a/samples/event/event.cpp b/samples/event/event.cpp index 5b21599ec9..5f1426e4ef 100644 --- a/samples/event/event.cpp +++ b/samples/event/event.cpp @@ -295,7 +295,7 @@ void MyFrame::OnQuit(wxCommandEvent& WXUNUSED(event)) void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event)) { wxMessageBox( wxT("Event sample shows different ways of using events\n") - wxT("© 2001 Vadim Zeitlin"), + wxT("(c) 2001 Vadim Zeitlin"), wxT("About Event Sample"), wxOK | wxICON_INFORMATION, this ); }