Disable installing the assert handler until I find time to figure out how I can call the default handler which provides the popup / some handy debug tools.

Originally committed to SVN as r4787.
This commit is contained in:
Amar Takhar 2010-09-15 05:19:01 +00:00
parent fd5c1ecffc
commit d3fca38ee7
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ bool AegisubApp::OnInit() {
#endif
// Install assertion handler
wxSetAssertHandler(wxAssertHandler);
// wxSetAssertHandler(wxAssertHandler);
// App name (yeah, this is a little weird to get rid of an odd warning)
#if defined(__WXMSW__) || defined(__WXMAC__)