From 4b417c1ae930e6c4c9c6932fa207d624bd4a7e17 Mon Sep 17 00:00:00 2001 From: dsiders Date: Tue, 15 Aug 2023 01:01:12 +0100 Subject: [PATCH] Docs: LCL/dialogs. Fixes code examples. --- docs/xml/lcl/dialogs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/xml/lcl/dialogs.xml b/docs/xml/lcl/dialogs.xml index d55a99768a..f0c6440a91 100644 --- a/docs/xml/lcl/dialogs.xml +++ b/docs/xml/lcl/dialogs.xml @@ -7598,7 +7598,7 @@ begin VerificationText := 'I agree to everything.'; FooterIcon := tdiWarning; - FooterText.Text := 'This is your <a href="#terminus">final</a> warning.'; + FooterText := 'This is your <a href="#terminus">final</a> warning.'; Flags := [tfEnableHyperlinks, tfAllowDialogCancellation, tfExpandedByDefault, tfVerificationFlagChecked];