aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test cases/frameworks/9 wxwidgets/wxprog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/frameworks/9 wxwidgets/wxprog.cpp b/test cases/frameworks/9 wxwidgets/wxprog.cpp
index 8d289c8..2be5512 100644
--- a/test cases/frameworks/9 wxwidgets/wxprog.cpp
+++ b/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) {