mirror of https://github.com/odrling/Aegisub
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:
parent
fd5c1ecffc
commit
d3fca38ee7
|
@ -159,7 +159,7 @@ bool AegisubApp::OnInit() {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Install assertion handler
|
// Install assertion handler
|
||||||
wxSetAssertHandler(wxAssertHandler);
|
// wxSetAssertHandler(wxAssertHandler);
|
||||||
|
|
||||||
// App name (yeah, this is a little weird to get rid of an odd warning)
|
// App name (yeah, this is a little weird to get rid of an odd warning)
|
||||||
#if defined(__WXMSW__) || defined(__WXMAC__)
|
#if defined(__WXMSW__) || defined(__WXMAC__)
|
||||||
|
|
Loading…
Reference in New Issue