]> granicus.if.org Git - handbrake/commitdiff
WinGui: Undo the change to use internal exception handling as they will always be...
authorsr55 <sr55.hb@outlook.com>
Thu, 16 Feb 2012 20:24:49 +0000 (20:24 +0000)
committersr55 <sr55.hb@outlook.com>
Thu, 16 Feb 2012 20:24:49 +0000 (20:24 +0000)
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4450 b64f7644-9d1e-0410-96f1-a4d463321fa5

win/CS/Program.cs

index fca7b0217dd66e8f8378f2852d64b879dd3ddf98..ac35ed95208cf4e4c947f0e451dd437dd2fb1283 100644 (file)
@@ -35,8 +35,7 @@ namespace Handbrake
 \r
             // Handle any unhandled exceptions\r
             AppDomain.CurrentDomain.UnhandledException += CurrentDomainUnhandledException;\r
-            Application.SetUnhandledExceptionMode(UnhandledExceptionMode.ThrowException);\r
-\r
+   \r
             // Check that HandBrakeCLI is availabl.\r
             string failedInstall = "HandBrake is not installed properly. Please reinstall HandBrake. \n\n";\r
             string missingFiles = string.Empty;\r