mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
parent
b7dac1002b
commit
a10531d22b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue