mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
not sure how/why I copied the number instead of the id
svn path=/trunk/; revision=28696
This commit is contained in:
parent
2738379118
commit
4e695a6ed0
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ SetButtonStates(PSERVICEPROPSHEET dlgInfo,
|
||||||
Flags = dlgInfo->pService->ServiceStatusProcess.dwControlsAccepted;
|
Flags = dlgInfo->pService->ServiceStatusProcess.dwControlsAccepted;
|
||||||
State = dlgInfo->pService->ServiceStatusProcess.dwCurrentState;
|
State = dlgInfo->pService->ServiceStatusProcess.dwCurrentState;
|
||||||
|
|
||||||
for (i = IDC_START; i <= 10104; i++)
|
for (i = IDC_START; i <= IDC_RESUME; i++)
|
||||||
{
|
{
|
||||||
hButton = GetDlgItem(hwndDlg, i);
|
hButton = GetDlgItem(hwndDlg, i);
|
||||||
EnableWindow (hButton, FALSE);
|
EnableWindow (hButton, FALSE);
|
||||||
|
|
Loading…
Reference in a new issue