]> git.saurik.com Git - wxWidgets.git/commitdiff
Somebody forgot to restore from testing phase.
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 19 Dec 2005 11:09:19 +0000 (11:09 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 19 Dec 2005 11:09:19 +0000 (11:09 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/controls/controls.cpp

index e64bba7b1c50cb76bb05546f670e0f6abd385cae..57daa3fd06170e5156e59904586c8a3efea893c4 100644 (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))