FIX: Don't close zip plugin configuration window

This commit is contained in:
Alexander Koblov 2009-10-28 13:04:14 +00:00
commit 03147b3428

View file

@ -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;