New #define, WIN_GUI_EDIT, enables the (embryonic) Win32 GUI editor.
[privoxy.git] / w32.rc
diff --git a/w32.rc b/w32.rc
index 30798d0..fe5a20f 100644 (file)
--- a/w32.rc
+++ b/w32.rc
  *
  * 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 */