X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Feditor%2FEditor.lpr;h=91df01a9a42c55124e95fdcc9e4fd2350619781a;hb=f271e7b72775d6ae5a92a636d38f22e5bc939fa6;hp=f1a9c3055c2b81e17809a831312df8aba3ba392e;hpb=a5105ea646c6744f8532a09cb4c37afe5554bcd5;p=d2df-editor.git diff --git a/src/editor/Editor.lpr b/src/editor/Editor.lpr index f1a9c30..91df01a 100644 --- a/src/editor/Editor.lpr +++ b/src/editor/Editor.lpr @@ -52,6 +52,7 @@ uses {$R *.res} begin + Application.ExceptionDialog := aedOkMessageBox; Application.Initialize(); Application.CreateForm(TMainForm, MainForm);