Applied most of patch #880002: "Warning free plot contrib".
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -152,8 +152,8 @@ void MyFrame::OnQuit( wxCommandEvent &WXUNUSED(event) )
|
||||
|
||||
void MyFrame::OnAbout( wxCommandEvent &WXUNUSED(event) )
|
||||
{
|
||||
(void)wxMessageBox( _T("wxPlotWindow Demo\n"
|
||||
"Robert Roebling (c) 1999,2000"),
|
||||
(void)wxMessageBox( _T("wxPlotWindow Demo\n")
|
||||
_T("Robert Roebling (c) 1999,2000"),
|
||||
_T("About wxPlotWindow Demo"), wxICON_INFORMATION | wxOK );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user