[ros-diffs] [gedmurphy] 28696: not sure how/why I copied the number instead of the id

gedmurphy at svn.reactos.org gedmurphy at svn.reactos.org
Fri Aug 31 13:08:27 CEST 2007


Author: gedmurphy
Date: Fri Aug 31 15:08:26 2007
New Revision: 28696

URL: http://svn.reactos.org/svn/reactos?rev=28696&view=rev
Log:
not sure how/why I copied the number instead of the id

Modified:
    trunk/reactos/base/applications/mscutils/servman/propsheet.c

Modified: trunk/reactos/base/applications/mscutils/servman/propsheet.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/mscutils/servman/propsheet.c?rev=28696&r1=28695&r2=28696&view=diff
==============================================================================
--- trunk/reactos/base/applications/mscutils/servman/propsheet.c (original)
+++ trunk/reactos/base/applications/mscutils/servman/propsheet.c Fri Aug 31 15:08:26 2007
@@ -27,7 +27,7 @@
     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);




More information about the Ros-diffs mailing list