summaryrefslogtreecommitdiff
path: root/examples/apps/docedit/frm_main.pas
diff options
context:
space:
mode:
Diffstat (limited to 'examples/apps/docedit/frm_main.pas')
-rw-r--r--examples/apps/docedit/frm_main.pas1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/apps/docedit/frm_main.pas b/examples/apps/docedit/frm_main.pas
index 8f3b7369..f6404b79 100644
--- a/examples/apps/docedit/frm_main.pas
+++ b/examples/apps/docedit/frm_main.pas
@@ -275,7 +275,6 @@ begin
Text := 'Quit';
FontDesc := '#Label1';
ImageName := 'stdimg.Quit';
- ModalResult := 0;
ShowImage := True;
OnClick := @btnQuitClicked;
end;