test for log dialog with only 1 msg
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -201,6 +201,10 @@ void MyFrame::LogDialog(wxCommandEvent& event)
|
|||||||
wxLogWarning("And then something went wrong!");
|
wxLogWarning("And then something went wrong!");
|
||||||
wxLogError("Intermediary error handler decided to abort.");
|
wxLogError("Intermediary error handler decided to abort.");
|
||||||
wxLogError("The top level caller detected an error.");
|
wxLogError("The top level caller detected an error.");
|
||||||
|
|
||||||
|
wxLog::FlushActive();
|
||||||
|
|
||||||
|
wxLogMessage("And this is the same dialog but with onle one message");
|
||||||
}
|
}
|
||||||
|
|
||||||
void MyFrame::MessageBox(wxCommandEvent& WXUNUSED(event) )
|
void MyFrame::MessageBox(wxCommandEvent& WXUNUSED(event) )
|
||||||
|
Reference in New Issue
Block a user