summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a5105ea)
raw | patch | inline | side by side (parent: a5105ea)
author | Dmitry D. Chernov <blackdoomer@yandex.ru> | |
Thu, 28 Sep 2017 16:16:18 +0000 (02:16 +1000) | ||
committer | Dmitry D. Chernov <blackdoomer@yandex.ru> | |
Thu, 28 Sep 2017 16:16:18 +0000 (02:16 +1000) |
src/editor/Editor.lpr | patch | blob | history |
diff --git a/src/editor/Editor.lpr b/src/editor/Editor.lpr
index f1a9c3055c2b81e17809a831312df8aba3ba392e..91df01a9a42c55124e95fdcc9e4fd2350619781a 100644 (file)
--- a/src/editor/Editor.lpr
+++ b/src/editor/Editor.lpr
{$R *.res}
begin
+ Application.ExceptionDialog := aedOkMessageBox;
Application.Initialize();
Application.CreateForm(TMainForm, MainForm);