From 232ba4c3329127a3ae57e37dc088513d06fe436f Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 25 Sep 2004 18:56:33 +0000 Subject: [PATCH] compilation fix: only us-ascii is safe in sources git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/menu/menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.2