Change the other OnAssert --> OnAssertFailure
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -276,7 +276,7 @@ void wxPyApp::OnAssertFailure(const wxChar *file,
|
|||||||
|
|
||||||
// do the normal wx assert dialog?
|
// do the normal wx assert dialog?
|
||||||
if (m_assertMode & wxPYAPP_ASSERT_DIALOG)
|
if (m_assertMode & wxPYAPP_ASSERT_DIALOG)
|
||||||
wxApp::OnAssert(file, line, cond, msg);
|
wxApp::OnAssertFailure(file, line, func, cond, msg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user