Changes for AmigaOS added.
[privoxy.git] / w32.rc
diff --git a/w32.rc b/w32.rc
index 2bf24ef..834664d 100644 (file)
--- a/w32.rc
+++ b/w32.rc
  *
  * Revisions   :
  *    $Log: w32.rc,v $
+ *    Revision 1.6  2001/05/26 14:15:18  jongfoster
+ *    Cosmetic fix: // -> block comment
+ *
+ *    Revision 1.5  2001/05/26 13:24:31  jongfoster
+ *    New #define, WIN_GUI_EDIT, enables the (embryonic) Win32 GUI editor.
+ *    This #define cannot be set from ./configure - there's no point, it
+ *    doesn't work yet.  See feature request # 425722
+ *    (I missed this file in my original checkin)
+ *
+ *    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
+ *
  *    Revision 1.2  2001/05/20 01:21:20  jongfoster
  *    Version 2.9.4 checkin.
  *    - Merged popupfile and cookiefile, and added control over PCRS
@@ -96,7 +115,7 @@ IDI_IDLE                ICON    DISCARDABLE     "icons/idle.ico"
 #ifdef _WIN32
 /* LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US */
 #pragma code_page(1252)
-#endif //_WIN32
+#endif /* def _WIN32 */
 
 /*
  * Menus
@@ -112,15 +131,11 @@ BEGIN
         BEGIN
             MENUITEM "&Junkbuster...",              ID_TOOLS_EDITJUNKBUSTER
             MENUITEM                                SEPARATOR
-            MENUITEM "&Blockers...",                ID_TOOLS_EDITBLOCKERS
             MENUITEM "&Permissions...",             ID_TOOLS_EDITPERMISSIONS
             MENUITEM "&Forward...",                 ID_TOOLS_EDITFORWARD
 #ifdef ACL_FILES
             MENUITEM "&Access Control Lists...",    ID_TOOLS_EDITACLS
 #endif /* def ACL_FILES */
-#ifdef USE_IMAGE_LIST
-            MENUITEM "&Images...",                  ID_TOOLS_EDITIMAGE
-#endif /* def USE_IMAGE_LIST */
 #ifdef PCRS
             MENUITEM "Perl &Regexps...",            ID_TOOLS_EDITPERLRE
 #endif /* def PCRS */
@@ -132,7 +147,6 @@ BEGIN
 #ifdef TOGGLE
         MENUITEM "&Enable",                   ID_TOGGLE_IJB, CHECKED
 #endif
-        MENUITEM "&Reload config",            ID_RELOAD_CONFIG
         MENUITEM "Show &JunkBuster Window",   ID_SHOWWINDOW
     END
 END
@@ -160,20 +174,15 @@ BEGIN
     BEGIN
 #ifdef TOGGLE
         MENUITEM "&Enable",                     ID_TOGGLE_IJB, CHECKED
-        MENUITEM "&Reload config",              ID_RELOAD_CONFIG
         MENUITEM                                SEPARATOR
 #endif
         MENUITEM "&Junkbuster...",              ID_TOOLS_EDITJUNKBUSTER
         MENUITEM                                SEPARATOR
-        MENUITEM "&Blockers...",                ID_TOOLS_EDITBLOCKERS
         MENUITEM "&Permissions...",             ID_TOOLS_EDITPERMISSIONS
         MENUITEM "&Forward...",                 ID_TOOLS_EDITFORWARD
 #ifdef ACL_FILES
             MENUITEM "&Access Control Lists...",ID_TOOLS_EDITACLS
 #endif /* def ACL_FILES */
-#ifdef USE_IMAGE_LIST
-            MENUITEM "&Images...",              ID_TOOLS_EDITIMAGE
-#endif /* def USE_IMAGE_LIST */
 #ifdef PCRS
             MENUITEM "Perl &Regexps...",        ID_TOOLS_EDITPERLRE
 #endif /* def PCRS */
@@ -211,6 +220,8 @@ BEGIN
     "C",            ID_EDIT_COPY,           VIRTKEY, CONTROL, NOINVERT
 END
 
+#ifdef WIN_GUI_EDIT
+
 /*
  * Icons
  *
@@ -262,7 +273,7 @@ BEGIN
         BOTTOMMARGIN, 218
     END
 END
-#endif    // APSTUDIO_INVOKED
+#endif /* def APSTUDIO_INVOKED */
 
 
 /*
@@ -273,5 +284,6 @@ STRINGTABLE DISCARDABLE
 BEGIN
     IDS_NEW_BLOCKER         "Create rule for ""%s""..."
 END
+#endif /* def WIN_GUI_EDIT */
 
 #endif /* English (U.S.) resources */