From 97e14278113829e1c3cc7d96b223f88bea086442 Mon Sep 17 00:00:00 2001 From: Bart <9132501-flyingsheep@users.noreply.gitlab.com> Date: Mon, 24 Jul 2023 20:17:55 +0200 Subject: [PATCH] Refactoring change deprecated message for LCLTaskDialog unit, as suggested by Maxim. --- lcl/lcltaskdialog.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/lcltaskdialog.pas b/lcl/lcltaskdialog.pas index 5c4210072d..3000be698e 100644 --- a/lcl/lcltaskdialog.pas +++ b/lcl/lcltaskdialog.pas @@ -22,7 +22,7 @@ } -unit LCLTaskDialog deprecated 'Will be removed in Lazarus 4.0. Use TTaskDialog from unit Dialogs instead.'; +unit LCLTaskDialog deprecated 'Use TTaskDialog from unit Dialogs instead.'; //deprecated in Lazarus 3.99 { This file is part of Synopse framework.