mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Don't close zip plugin configuration window
This commit is contained in:
parent
14582c9150
commit
03147b3428
1 changed files with 2 additions and 2 deletions
|
|
@ -92,10 +92,10 @@ begin
|
|||
gDeflationOption:= doSuperFast;
|
||||
end; // case
|
||||
SaveConfig;
|
||||
SendDlgMsg(pDlg, DlgItemName, DM_CLOSE, 0, 0);
|
||||
SendDlgMsg(pDlg, DlgItemName, DM_CLOSE, 1, 0);
|
||||
end
|
||||
else if DlgItemName = 'btnCancel' then
|
||||
SendDlgMsg(pDlg, DlgItemName, DM_CLOSE, 0, 0);
|
||||
SendDlgMsg(pDlg, DlgItemName, DM_CLOSE, 2, 0);
|
||||
end;// case
|
||||
end; // with
|
||||
end;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue