summaryrefslogtreecommitdiff
path: root/stopspam_mod/trunk/stopspam.rc
diff options
context:
space:
mode:
Diffstat (limited to 'stopspam_mod/trunk/stopspam.rc')
-rw-r--r--stopspam_mod/trunk/stopspam.rc12
1 files changed, 7 insertions, 5 deletions
diff --git a/stopspam_mod/trunk/stopspam.rc b/stopspam_mod/trunk/stopspam.rc
index e3acf25..e7b83fe 100644
--- a/stopspam_mod/trunk/stopspam.rc
+++ b/stopspam_mod/trunk/stopspam.rc
@@ -60,9 +60,9 @@ STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_SYSMENU
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
EDITTEXT ID_DESCRIPTION,12,7,290,82,ES_MULTILINE | ES_AUTOVSCROLL | ES_READONLY | NOT WS_TABSTOP
- CTEXT "Do not send more than ",IDC_STATIC,11,93,101,12,SS_CENTERIMAGE
- EDITTEXT ID_MAXQUESTCOUNT,113,93,30,12,ES_AUTOHSCROLL | ES_NUMBER
- LTEXT " questions to one contact (0 - for no limit)",IDC_STATIC,144,93,155,12,SS_CENTERIMAGE
+ LTEXT "Do not send more than ",IDC_STATIC,11,89,87,12,SS_CENTERIMAGE
+ EDITTEXT ID_MAXQUESTCOUNT,107,89,30,12,ES_AUTOHSCROLL | ES_NUMBER
+ LTEXT " questions to one contact (0 - for no limit)",IDC_STATIC,144,89,155,12,SS_CENTERIMAGE
CONTROL "Enable StopSpam-StopSpam infinite talk protection",ID_INFTALKPROT,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,122,270,10
CONTROL "Add contact permanently",ID_ADDPERMANENT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,134,270,8
@@ -70,8 +70,8 @@ BEGIN
CONTROL "Enable integration with DOS plugin",ID_DOS_INTEGRATION,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,199,270,8
CONTROL "Add contacts to specified group:",ID_SPECIALGROUP,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,110,134,10
- EDITTEXT ID_SPECIALGROUPNAME,152,109,53,12,ES_AUTOHSCROLL
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,111,134,10
+ EDITTEXT ID_SPECIALGROUPNAME,152,110,53,12,ES_AUTOHSCROLL
CONTROL "Hide unanswered contacts and spammers from contact list",ID_HIDECONTACTS,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,156,279,10
CONTROL "Ignore spammers (do not write messages to history)",ID_IGNORESPAMMERS,
@@ -80,6 +80,8 @@ BEGIN
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,188,270,8
CONTROL "Exclude contacts which we sending something from spam check",ID_EXCLUDE,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,178,270,8
+ CONTROL "Automatically delete contacts from ""Not In List"" group",ID_DEL_NO_IN_LIST,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,101,270,8
END