mirror of
https://github.com/reactos/reactos.git
synced 2025-05-29 05:58:13 +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;
|
||||
|
||||
StoreTcpipBasicSettings(hwndDlg, This, FALSE);
|
||||
PropertySheetW(&pinfo);
|
||||
|
||||
if (PropertySheetW(&pinfo) > 0)
|
||||
{
|
||||
InitializeTcpipBasicDlgCtrls(hwndDlg, This->pCurrentConfig);
|
||||
PropSheet_Changed(GetParent(hwndDlg), hwndDlg);
|
||||
}
|
||||
}
|
||||
|
||||
INT_PTR
|
||||
|
|
Loading…
Reference in a new issue