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:
Włodzimierz Skiba 2005-12-19 11:09:19 +00:00
parent 1ed6437807
commit 9d8b1d2f3e

View File

@ -1768,13 +1768,10 @@ void MyFrame::OnQuit (wxCommandEvent& WXUNUSED(event) )
void MyFrame::OnAbout( wxCommandEvent& WXUNUSED(event) )
{
SetSize(800, 600);
#if 0
wxBusyCursor bc;
wxMessageDialog dialog(this, _T("This is a control sample"), _T("About Controls"), wxOK );
dialog.ShowModal();
#endif
}
void MyFrame::OnClearLog(wxCommandEvent& WXUNUSED(event))