summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--stopspam.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/stopspam.rc b/stopspam.rc
index 5ae5f8c..5cefb42 100644
--- a/stopspam.rc
+++ b/stopspam.rc
@@ -79,9 +79,9 @@ STYLE DS_SETFONT | DS_FIXEDSYS | DS_CONTROL | WS_CHILD | WS_SYSMENU
FONT 8, "MS Shell Dlg", 400, 0, 0x1
BEGIN
CONTROL "Case insensitive answer checking",IDC_CASE_INSENSITIVE,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,54,122,10
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,54,279,10
CONTROL "Disable question in invisible mode",IDC_INVIS_DISABLE,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,65,222,10
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,65,274,10
CONTROL "Enable integration with DOS plugin",ID_DOS_INTEGRATION,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,77,270,8
CONTROL "Exclude contacts which we sending something from spam check",ID_EXCLUDE,
@@ -89,8 +89,8 @@ BEGIN
CONTROL "Remove Excluded contacts after restart",ID_REMOVE_TMP,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,44,270,8
CONTROL "Add contacts to specified group:",ID_SPECIALGROUP,
- "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,16,134,10
- EDITTEXT ID_SPECIALGROUPNAME,159,15,79,12,ES_AUTOHSCROLL
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,16,196,10
+ EDITTEXT ID_SPECIALGROUPNAME,217,15,79,12,ES_AUTOHSCROLL
CONTROL "Ignore Authorization requests with URL",ID_IGNOREURL,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,88,270,10
END