]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
fixed unwanted owner data accesses in virtual list ctrl
[wxWidgets.git] / src / common / appcmn.cpp
index 49dfb98eed528e1194cea145139ed8f1f16d1fbd..86a63a1090aae5f4c962fbbf844a6cb30168d5fd 100644 (file)
@@ -395,6 +395,9 @@ void ShowAssertDialog(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