From: haroon <haroon@users.sourceforge.net>
Date: Thu, 19 Jul 2001 19:14:19 +0000 (+0000)
Subject: -  Removed all #ifdef PCRS. The .rc file extension had eluded Andreas.
X-Git-Tag: v_2_9_9~224
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/developer-manual/static/faq/static/@default-cgi@edit-actions-remove-url?a=commitdiff_plain;h=0b7af1120ce45e7ef78dd5bffa711e431d763c34;p=privoxy.git

-  Removed all #ifdef PCRS. The .rc file extension had eluded Andreas.
---

diff --git a/w32.rc b/w32.rc
index e3ae74b9..b020da4d 100644
--- a/w32.rc
+++ b/w32.rc
@@ -31,6 +31,10 @@
  *
  * Revisions   :
  *    $Log: w32.rc,v $
+ *    Revision 1.9  2001/06/07 23:08:54  jongfoster
+ *    Forward and ACL edit options removed.
+ *    Config edit option renamed from "&Junkbuster" to "&Configuration".
+ *
  *    Revision 1.8  2001/05/31 21:37:11  jongfoster
  *    GUI changes to rename "permissions file" to "actions file".
  *
@@ -158,9 +162,7 @@ BEGIN
             MENUITEM "&Configuration...",           ID_TOOLS_EDITJUNKBUSTER
             MENUITEM                                SEPARATOR
             MENUITEM "&Actions...",                 ID_TOOLS_EDITACTIONS
-#ifdef PCRS
             MENUITEM "Perl &Regexps...",            ID_TOOLS_EDITPERLRE
-#endif /* def PCRS */
 #ifdef TRUST_FILES
             MENUITEM "&Trust...",                   ID_TOOLS_EDITTRUST
 #endif /* def TRUST_FILES */
@@ -201,9 +203,7 @@ BEGIN
         MENUITEM "&Configuration...",           ID_TOOLS_EDITJUNKBUSTER
         MENUITEM                                SEPARATOR
         MENUITEM "&Actions...",                 ID_TOOLS_EDITACTIONS
-#ifdef PCRS
             MENUITEM "Perl &Regexps...",        ID_TOOLS_EDITPERLRE
-#endif /* def PCRS */
 #ifdef TRUST_FILES
             MENUITEM "&Trust...",               ID_TOOLS_EDITTRUST
 #endif /* def TRUST_FILES */