X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=w32log.c;h=c1a3256665c16b1b267009ae6de648ca274ba45f;hp=9005eef74d5086df6a0bcd66d5115f9e8a50b794;hb=c159d0b30db8d8c737cff8e0a639a8679e40b790;hpb=362f5979d9efa6e7c1c38c1b75e41e91c710772b diff --git a/w32log.c b/w32log.c index 9005eef7..c1a32566 100644 --- a/w32log.c +++ b/w32log.c @@ -1,4 +1,4 @@ -const char w32log_rcs[] = "$Id: w32log.c,v 1.11 2001/06/07 23:08:12 jongfoster Exp $"; +const char w32log_rcs[] = "$Id: w32log.c,v 1.13 2001/07/19 19:15:14 haroon Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/w32log.c,v $ @@ -32,6 +32,12 @@ const char w32log_rcs[] = "$Id: w32log.c,v 1.11 2001/06/07 23:08:12 jongfoster E * * Revisions : * $Log: w32log.c,v $ + * Revision 1.13 2001/07/19 19:15:14 haroon + * - Added a FIXME for EditFile but didn't fix :-) + * + * Revision 1.12 2001/07/13 14:04:59 oes + * Removed all #ifdef PCRS + * * Revision 1.11 2001/06/07 23:08:12 jongfoster * Forward and ACL edit options removed. * @@ -123,6 +129,7 @@ const char w32log_rcs[] = "$Id: w32log.c,v 1.11 2001/06/07 23:08:12 jongfoster E #include "jcc.h" #include "miscutil.h" #include "errlog.h" +#include "loadcfg.h" const char w32res_h_rcs[] = W32RES_H_VERSION; @@ -940,6 +947,8 @@ void ShowLogWindow(BOOL bShow) * Function : EditFile * * Description : Opens the specified setting file for editing. + * FIXME: What if the file has no associated application. Check for return values +* from ShellExecute?? * * Parameters : * 1 : filename = filename from the config (aka junkbstr.txt) file.