X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=w32log.c;h=5a3a69d48d3ff9f1a6c2d5fa4c170b9d5e4fce13;hp=f6339d779238e4834d57dfb6f1b3eec481302ff9;hb=57ada44f5881cab962648120ab3b88035b011f06;hpb=3d97de9b8598a051b93beafd8f0adb5235023b3b diff --git a/w32log.c b/w32log.c index f6339d77..5a3a69d4 100644 --- a/w32log.c +++ b/w32log.c @@ -1,4 +1,4 @@ -const char w32log_rcs[] = "$Id: w32log.c,v 1.17 2001/11/16 00:46:31 jongfoster Exp $"; +const char w32log_rcs[] = "$Id: w32log.c,v 1.18 2001/11/30 23:37:24 jongfoster Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/w32log.c,v $ @@ -32,6 +32,10 @@ const char w32log_rcs[] = "$Id: w32log.c,v 1.17 2001/11/16 00:46:31 jongfoster E * * Revisions : * $Log: w32log.c,v $ + * Revision 1.18 2001/11/30 23:37:24 jongfoster + * Renaming the Win32 config file to config.txt - this is almost the + * same as the corresponding UNIX name "config" + * * Revision 1.17 2001/11/16 00:46:31 jongfoster * Fixing compiler warnings * @@ -1124,7 +1128,7 @@ void OnLogCommand(int nCommand) break; case ID_HELP_STATUS: - ShellExecute(g_hwndLogFrame, "open", HOME_PAGE_URL "/config/show-status", NULL, NULL, SW_SHOWNORMAL); + ShellExecute(g_hwndLogFrame, "open", CGI_PREFIX "show-status", NULL, NULL, SW_SHOWNORMAL); break; case ID_HELP_ABOUTJUNKBUSTER: