From 298b3e189486938208a4bf7d15d3aa1b841ef652 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Thu, 1 Oct 2009 05:18:46 +0300 Subject: + option to case insensitive answer checking + option to disable question in invisible mode small options dialog redesign --- stopspam_mod/trunk/resource.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'stopspam_mod/trunk/resource.h') diff --git a/stopspam_mod/trunk/resource.h b/stopspam_mod/trunk/resource.h index c3e8e7a..42b414b 100644 --- a/stopspam_mod/trunk/resource.h +++ b/stopspam_mod/trunk/resource.h @@ -17,6 +17,7 @@ #define ID_MAXQUESTCOUNT 1008 #define ID_REMOVE 1009 #define ID_SPECIALGROUPNAME 1009 +#define IDD_ADVANCED 1009 #define ID_USEDPROTO 1010 #define ID_REMOVEALL 1011 #define ID_ADDALL 1012 @@ -29,7 +30,10 @@ #define IDC_BUTTON1 1017 #define IDC_VARS 1017 #define ID_HIDECONTACTS 1018 +#define IDC_CASE_INSENSITIVE 1018 #define ID_IGNORESPAMMERS 1019 +#define IDC_CHECK2 1019 +#define IDC_INVIS_DISABLE 1019 #define ID_REMOVE_TMP 1020 #define ID_REMOVE_TMP2 1021 #define ID_EXCLUDE 1021 @@ -42,7 +46,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS #define _APS_NEXT_RESOURCE_VALUE 104 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1018 +#define _APS_NEXT_CONTROL_VALUE 1020 #define _APS_NEXT_SYMED_VALUE 101 #endif #endif -- cgit v1.2.3