diff --git a/reactos/dll/cpl/sysdm/virtmem.c b/reactos/dll/cpl/sysdm/virtmem.c index 2de2f4536e1..dcbf1e8945d 100644 --- a/reactos/dll/cpl/sysdm/virtmem.c +++ b/reactos/dll/cpl/sysdm/virtmem.c @@ -310,7 +310,7 @@ OnSet(PVIRTMEM pVirtMem) field to the previous value */ SetDlgItemInt(pVirtMem->hSelf, IDC_INITIALSIZE, - Value, + pVirtMem->Pagefile[Index].InitialValue, FALSE); } else @@ -326,7 +326,7 @@ OnSet(PVIRTMEM pVirtMem) field to the previous value */ SetDlgItemInt(pVirtMem->hSelf, IDC_MAXSIZE, - Value, + pVirtMem->Pagefile[Index].MaxValue, FALSE); } else