DEADSOFTWARE

Set Delphi-like default exception handler (without 'Cancel' button)
authorDmitry D. Chernov <blackdoomer@yandex.ru>
Thu, 28 Sep 2017 16:16:18 +0000 (02:16 +1000)
committerDmitry D. Chernov <blackdoomer@yandex.ru>
Thu, 28 Sep 2017 16:16:18 +0000 (02:16 +1000)
src/editor/Editor.lpr

index f1a9c3055c2b81e17809a831312df8aba3ba392e..91df01a9a42c55124e95fdcc9e4fd2350619781a 100644 (file)
@@ -52,6 +52,7 @@ uses
 {$R *.res}
 
 begin
+  Application.ExceptionDialog := aedOkMessageBox;
   Application.Initialize();
 
   Application.CreateForm(TMainForm, MainForm);