X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=w32.rc;h=e3ae74b96fa53ddc824429b202adec408bdf9d5d;hp=3c267412cfe32969083379a1198aa63693dc6fe0;hb=330a172b657feab648ee3e62ee872e416f496626;hpb=2abe060a8ba3e695e313fe633ea4735d4b84fadf;ds=sidebyside 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 */