UPD: FTP - Component name

(cherry picked from commit 8d11b30b5c)
This commit is contained in:
Alexander Koblov 2023-12-12 22:04:49 +03:00
commit a10531d22b

View file

@ -25,7 +25,7 @@ begin
case Msg of
DN_INITDIALOG:
begin
Data:= SendDlgMsg(pDlg, 'btnClose', DM_GETDLGDATA, 0, 0);
Data:= SendDlgMsg(pDlg, nil, DM_GETDLGDATA, 0, 0);
Data:= PtrInt(PAnsiChar(Text^));
SendDlgMsg(pDlg, 'seProperties', DM_SETTEXT, Data, 0);
end;