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

This commit is contained in:
Jussi Pakkanen 2015-01-19 02:22:45 +02:00
parent da28de2407
commit b29f454d31
1 changed files with 1 additions and 1 deletions

View File

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