Comment out a line that does not compile and is not needed for the test.
This commit is contained in:
parent
da28de2407
commit
b29f454d31
|
@ -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…
Reference in New Issue