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
This commit is contained in:
@@ -575,7 +575,7 @@ void MyFrame::OnClearLog(wxCommandEvent& WXUNUSED(event))
|
|||||||
|
|
||||||
void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
|
void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
|
||||||
{
|
{
|
||||||
(void)wxMessageBox(_T("wxWidgets menu sample\n<EFBFBD> 1999-2001 Vadim Zeitlin"),
|
(void)wxMessageBox(_T("wxWidgets menu sample\n(c) 1999-2001 Vadim Zeitlin"),
|
||||||
_T("About wxWidgets menu sample"),
|
_T("About wxWidgets menu sample"),
|
||||||
wxICON_INFORMATION);
|
wxICON_INFORMATION);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user