From: jongfoster Date: Thu, 7 Jun 2001 23:08:54 +0000 (+0000) Subject: Forward and ACL edit options removed. X-Git-Tag: v_2_9_9~368 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=330a172b657feab648ee3e62ee872e416f496626 Forward and ACL edit options removed. Config edit option renamed from "&Junkbuster" to "&Configuration". --- diff --git a/w32.rc b/w32.rc index 3c267412..e3ae74b9 100644 --- a/w32.rc +++ b/w32.rc @@ -31,6 +31,9 @@ * * Revisions : * $Log: w32.rc,v $ + * Revision 1.8 2001/05/31 21:37:11 jongfoster + * GUI changes to rename "permissions file" to "actions file". + * * Revision 1.7 2001/05/29 09:50:24 jongfoster * Unified blocklist/imagelist/permissionslist. * File format is still under discussion, but the internal changes @@ -152,13 +155,9 @@ BEGIN MENUITEM SEPARATOR POPUP "&Options" BEGIN - MENUITEM "&Junkbuster...", ID_TOOLS_EDITJUNKBUSTER + MENUITEM "&Configuration...", ID_TOOLS_EDITJUNKBUSTER MENUITEM SEPARATOR MENUITEM "&Actions...", ID_TOOLS_EDITACTIONS - MENUITEM "&Forward...", ID_TOOLS_EDITFORWARD -#ifdef ACL_FILES - MENUITEM "Access &Control Lists...", ID_TOOLS_EDITACLS -#endif /* def ACL_FILES */ #ifdef PCRS MENUITEM "Perl &Regexps...", ID_TOOLS_EDITPERLRE #endif /* def PCRS */ @@ -199,13 +198,9 @@ BEGIN MENUITEM "&Enable", ID_TOGGLE_IJB, CHECKED MENUITEM SEPARATOR #endif - MENUITEM "&Junkbuster...", ID_TOOLS_EDITJUNKBUSTER + MENUITEM "&Configuration...", ID_TOOLS_EDITJUNKBUSTER MENUITEM SEPARATOR MENUITEM "&Actions...", ID_TOOLS_EDITACTIONS - MENUITEM "&Forward...", ID_TOOLS_EDITFORWARD -#ifdef ACL_FILES - MENUITEM "&Access Control Lists...",ID_TOOLS_EDITACLS -#endif /* def ACL_FILES */ #ifdef PCRS MENUITEM "Perl &Regexps...", ID_TOOLS_EDITPERLRE #endif /* def PCRS */