From: Lee Date: Mon, 16 Aug 2010 21:39:19 +0000 (+0000) Subject: it helps if the new constants are included with the patch X-Git-Tag: v_3_0_17~101 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=93d6a9f35a2f05acf539c2969557b240bfb73efe it helps if the new constants are included with the patch --- diff --git a/w32res.h b/w32res.h index 30615005..78c3d113 100644 --- a/w32res.h +++ b/w32res.h @@ -1,6 +1,6 @@ #ifndef W32RES_H_INCLUDED #define W32RES_H_INCLUDED -#define W32RES_H_VERSION "$Id: w32res.h,v 1.17 2009/01/01 15:09:23 ler762 Exp $" +#define W32RES_H_VERSION "$Id: w32res.h,v 1.18 2009/05/16 13:27:20 fabiankeil Exp $" /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/w32res.h,v $ @@ -72,10 +72,11 @@ #define ID_TOOLS_EDITCONFIG 5000 #define ID_TOOLS_EDITDEFAULTACTIONS 5001 #define ID_TOOLS_EDITUSERACTIONS 5002 -#define ID_TOOLS_EDITFILTERS 5003 +#define ID_TOOLS_EDITDEFAULTFILTERS 5003 +#define ID_TOOLS_EDITUSERFILTERS 5004 #ifdef FEATURE_TRUST -#define ID_TOOLS_EDITTRUST 5004 +#define ID_TOOLS_EDITTRUST 5005 #endif /* def FEATURE_TRUST */ #define ID_EDIT_COPY 30000