Author: mturk
Date: Sat Feb  6 17:07:10 2010
New Revision: 907256

URL: http://svn.apache.org/viewvc?rev=907256&view=rev
Log:
Fix DAEMON-115 by applying the patch provided by Jack Cai

Modified:
    commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.c

Modified: 
commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.c
URL: 
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.c?rev=907256&r1=907255&r2=907256&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.c 
(original)
+++ commons/proper/daemon/trunk/src/native/nt/procrun/apps/prunmgr/prunmgr.c 
Sat Feb  6 17:07:10 2010
@@ -858,7 +858,7 @@
                     apxFree(b);
                 }
                 else
-                    ComboBox_SetCurSel(GetDlgItem(hDlg, IDC_PPLGLEVEL), 0);
+                    ComboBox_SetCurSel(GetDlgItem(hDlg, IDC_PPLGLEVEL), 1);
                 if ((b = apxRegistryGetStringW(hRegserv, APXREG_PARAMSOFTWARE,
                                                _s_log, L"Path")) != NULL) {
                     SetDlgItemTextW(hDlg, IDC_PPLGPATH, b);


Reply via email to