From b1dc7b4c5d3dafc73f09a3eb77f554d6a49419fb Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 22 Jul 2006 23:01:44 +0000 Subject: [PATCH] Change the other OnAssert --> OnAssertFailure git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/helpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxPython/src/helpers.cpp b/wxPython/src/helpers.cpp index 0ef3c13249..d4c30cce5f 100644 --- a/wxPython/src/helpers.cpp +++ b/wxPython/src/helpers.cpp @@ -276,7 +276,7 @@ void wxPyApp::OnAssertFailure(const wxChar *file, // do the normal wx assert dialog? if (m_assertMode & wxPYAPP_ASSERT_DIALOG) - wxApp::OnAssert(file, line, cond, msg); + wxApp::OnAssertFailure(file, line, func, cond, msg); } } #endif -- 2.50.0