Somebody forgot to restore from testing phase.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1768,13 +1768,10 @@ void MyFrame::OnQuit (wxCommandEvent& WXUNUSED(event) )
|
|||||||
|
|
||||||
void MyFrame::OnAbout( wxCommandEvent& WXUNUSED(event) )
|
void MyFrame::OnAbout( wxCommandEvent& WXUNUSED(event) )
|
||||||
{
|
{
|
||||||
SetSize(800, 600);
|
|
||||||
#if 0
|
|
||||||
wxBusyCursor bc;
|
wxBusyCursor bc;
|
||||||
|
|
||||||
wxMessageDialog dialog(this, _T("This is a control sample"), _T("About Controls"), wxOK );
|
wxMessageDialog dialog(this, _T("This is a control sample"), _T("About Controls"), wxOK );
|
||||||
dialog.ShowModal();
|
dialog.ShowModal();
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void MyFrame::OnClearLog(wxCommandEvent& WXUNUSED(event))
|
void MyFrame::OnClearLog(wxCommandEvent& WXUNUSED(event))
|
||||||
|
Reference in New Issue
Block a user