Comment out a line that does not compile and is not needed for the test.

pull/34/head
Jussi Pakkanen 10 years ago
parent da28de2407
commit b29f454d31
  1. 2
      test cases/frameworks/9 wxwidgets/wxprog.cpp

@ -34,7 +34,7 @@ void MyFrame::OnExit(wxCommandEvent& event) {
}
void MyFrame::OnAbout(wxCommandEvent& event) {
wxMessageBox( "Some text", wxOK | wxICON_INFORMATION );
//wxMessageBox("Some text", wxOK | wxICON_INFORMATION);
}
void MyFrame::OnHello(wxCommandEvent& event) {

Loading…
Cancel
Save