mturk 2003/09/27 23:50:01
Modified: daemon/src/native/nt/procrun procgui.c
Log:
Change the display name from Apache Proces Runner to
Tomcat Service Manager.
Revision Changes Path
1.3 +4 -4 jakarta-commons/daemon/src/native/nt/procrun/procgui.c
Index: procgui.c
===================================================================
RCS file: /home/cvs/jakarta-commons/daemon/src/native/nt/procrun/procgui.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- procgui.c 27 Sep 2003 18:07:55 -0000 1.2
+++ procgui.c 28 Sep 2003 06:50:01 -0000 1.3
@@ -57,7 +57,7 @@
*/
/* ====================================================================
- * procrun.
+ * procrun (Tomcat Service Manager)
*
* Contributed by Mladen Turk <[EMAIL PROTECTED]>
*
@@ -271,7 +271,7 @@
/* set the status to 'green' when received Jk running
* and close the spash window if present
*/
- if (!strncmp(str, "INFO: Jk running", 16)) {
+ if (STRN_COMPARE(str, "INFO: Jk running")) {
ac_show_try_icon(ac_main_hwnd, NIM_MODIFY, ac_cmdname, 0);
/* kill the splash window if present */
if (ac_splash_hwnd)
@@ -670,9 +670,9 @@
memset(&bi, 0, sizeof(BROWSEINFO));
SHGetSpecialFolderLocation(hwnd, CSIDL_DRIVES, &il);
if (files)
- bi.lpszTitle = "Apache Process Runner :\nSelect Folder!";
+ bi.lpszTitle = "Tomcat Service Manager :\nSelect Folder!";
else
- bi.lpszTitle = "Apache Process Runner :\nSelect File!";
+ bi.lpszTitle = "Tomcat Service Manager :\nSelect File!";
bi.pszDisplayName = str;
bi.hwndOwner = hwnd;
bi.ulFlags = BIF_EDITBOX;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]