Author: mturk
Date: Sat Feb  6 17:12:50 2010
New Revision: 907258

URL: http://svn.apache.org/viewvc?rev=907258&view=rev
Log:
Fix DAEMON-113 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=907258&r1=907257&r2=907258&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:12:50 2010
@@ -1119,7 +1119,7 @@
                     apxCenterWindow(GetParent(hDlg), NULL);
                 bpropCentered = TRUE;
 
-                ComboBox_AddStringW(GetDlgItem(hDlg, IDC_PPRMODE), L"");
+                ComboBox_AddStringW(GetDlgItem(hDlg, IDC_PPRMODE), L"exe");
                 ComboBox_AddStringW(GetDlgItem(hDlg, IDC_PPRMODE), L"jvm");
                 ComboBox_AddStringW(GetDlgItem(hDlg, IDC_PPRMODE), _s_java);
 
@@ -1258,7 +1258,7 @@
                     apxCenterWindow(GetParent(hDlg), NULL);
                 bpropCentered = TRUE;
 
-                ComboBox_AddStringW(GetDlgItem(hDlg, IDC_PPSMODE), L"");
+                ComboBox_AddStringW(GetDlgItem(hDlg, IDC_PPSMODE), L"exe");
                 ComboBox_AddStringW(GetDlgItem(hDlg, IDC_PPSMODE), L"jvm");
                 ComboBox_AddStringW(GetDlgItem(hDlg, IDC_PPSMODE), _s_java);
 


Reply via email to