]> git.saurik.com Git - wxWidgets.git/commitdiff
Change the other OnAssert --> OnAssertFailure
authorRobin Dunn <robin@alldunn.com>
Sat, 22 Jul 2006 23:01:44 +0000 (23:01 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 22 Jul 2006 23:01:44 +0000 (23:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/src/helpers.cpp

index 0ef3c132492922290592ddd551e06f08ccf53d22..d4c30cce5f514511ad7ad32d974e55a40fc1600f 100644 (file)
@@ -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