From d3fca38ee73a4556cee2fe78bd2c09c243560218 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Wed, 15 Sep 2010 05:19:01 +0000 Subject: [PATCH] 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. --- aegisub/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aegisub/src/main.cpp b/aegisub/src/main.cpp index b4dc807a2..32e25f2fa 100644 --- a/aegisub/src/main.cpp +++ b/aegisub/src/main.cpp @@ -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__)