X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=w32.rc;h=fe5a20f761cd652a985e62ca357b8f143d04332d;hp=30798d00c1513dddb55a68d5ef2199c00d4b9091;hb=1412a743dc787f574eb4ee48a74923387df74cfa;hpb=43da0ce639b1cf540198b2f63e790d9127725343 diff --git a/w32.rc b/w32.rc index 30798d00..fe5a20f7 100644 --- a/w32.rc +++ b/w32.rc @@ -31,6 +31,13 @@ * * Revisions : * $Log: w32.rc,v $ + * Revision 1.4 2001/05/26 00:28:36 jongfoster + * Automatic reloading of config file. + * Removed obsolete SIGHUP support (Unix) and Reload menu option (Win32). + * Most of the global variables have been moved to a new + * struct configuration_spec, accessed through csp->config->globalname + * Most of the globals remaining are used by the Win32 GUI. + * * Revision 1.3 2001/05/25 22:33:40 jongfoster * CRLF->LF * @@ -212,6 +219,8 @@ BEGIN "C", ID_EDIT_COPY, VIRTKEY, CONTROL, NOINVERT END +#ifdef WIN_GUI_EDIT + /* * Icons * @@ -274,5 +283,6 @@ STRINGTABLE DISCARDABLE BEGIN IDS_NEW_BLOCKER "Create rule for ""%s""..." END +#endif /* def WIN_GUI_EDIT */ #endif /* English (U.S.) resources */