The Apache Monitor system tray context menu's "Exit" option should not
be followed by an ellipsis as this insinuates that there is more input
needed from the user (i.e. a dialog that will need confirmation). I
also thought that using "x" as the accelerator unifies this with most
other Win32 applications. Here is a small patch to change it:
Index: ApacheMonitor.c
===================================================================
RCS file: /home/cvspublic/httpd-2.0/support/win32/ApacheMonitor.c,v
retrieving revision 1.4
diff -u -r1.4 ApacheMonitor.c
--- ApacheMonitor.c 2001/08/14 19:30:21 1.4
+++ ApacheMonitor.c 2001/08/15 22:42:21
@@ -177,7 +177,7 @@
"Running none from %d Apache services",
"No services installed",
"&Show Services...",
- "&Exit...",
+ "E&xit",
"The %s is starting.",
"The %s has started.",
"The %s is stopping.",
Thanks,
--
===================================================================
Sean Bright
[EMAIL PROTECTED] / [EMAIL PROTECTED] / http://www.seanbright.com/
===================================================================