git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11320
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// this function is called when an assert fails
void wxOnAssert(const wxChar *szFile, int nLine, const wxChar *szMsg)
{
// this function is called when an assert fails
void wxOnAssert(const wxChar *szFile, int nLine, const wxChar *szMsg)
{
- wxMessageBox( "ttest", "test", wxOK );
- return;
-
if ( !wxTheApp )
{
// by default, show the assert dialog box - we can't customize this
if ( !wxTheApp )
{
// by default, show the assert dialog box - we can't customize this