not sure how/why I copied the number instead of the id

svn path=/trunk/; revision=28696
This commit is contained in:
Ged Murphy 2007-08-31 11:08:26 +00:00
parent 2738379118
commit 4e695a6ed0

View file

@ -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);