removed Robert's message box
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -395,9 +395,6 @@ void ShowAssertDialog(const wxChar *szFile, int nLine, const wxChar *szMsg)
|
|||||||
// this function is called when an assert fails
|
// this function is called when an assert fails
|
||||||
void wxOnAssert(const wxChar *szFile, int nLine, const wxChar *szMsg)
|
void wxOnAssert(const wxChar *szFile, int nLine, const wxChar *szMsg)
|
||||||
{
|
{
|
||||||
wxMessageBox( "ttest", "test", wxOK );
|
|
||||||
return;
|
|
||||||
|
|
||||||
if ( !wxTheApp )
|
if ( !wxTheApp )
|
||||||
{
|
{
|
||||||
// by default, show the assert dialog box - we can't customize this
|
// by default, show the assert dialog box - we can't customize this
|
||||||
|
|||||||
Reference in New Issue
Block a user