mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +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;
|
||||
State = dlgInfo->pService->ServiceStatusProcess.dwCurrentState;
|
||||
|
||||
for (i = IDC_START; i <= 10104; i++)
|
||||
for (i = IDC_START; i <= IDC_RESUME; i++)
|
||||
{
|
||||
hButton = GetDlgItem(hwndDlg, i);
|
||||
EnableWindow (hButton, FALSE);
|
||||
|
|
Loading…
Reference in a new issue