mirror of
https://github.com/reactos/reactos.git
synced 2025-06-10 12:24:48 +00:00
[NETCFGX] Do not update the TCP/IP properties when the cancels the advanced properties dialog.
CORE-9908
This commit is contained in:
parent
72d229b38c
commit
8f285f71c9
1 changed files with 5 additions and 4 deletions
|
@ -2139,10 +2139,11 @@ LaunchAdvancedTcpipSettings(
|
||||||
pinfo.pfnCallback = PropSheetProc;
|
pinfo.pfnCallback = PropSheetProc;
|
||||||
|
|
||||||
StoreTcpipBasicSettings(hwndDlg, This, FALSE);
|
StoreTcpipBasicSettings(hwndDlg, This, FALSE);
|
||||||
PropertySheetW(&pinfo);
|
if (PropertySheetW(&pinfo) > 0)
|
||||||
|
{
|
||||||
InitializeTcpipBasicDlgCtrls(hwndDlg, This->pCurrentConfig);
|
InitializeTcpipBasicDlgCtrls(hwndDlg, This->pCurrentConfig);
|
||||||
PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
|
PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
INT_PTR
|
INT_PTR
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue