diff options
Diffstat (limited to 'src/resource.rc')
-rw-r--r-- | src/resource.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/resource.rc b/src/resource.rc index 8e7243fea0..2f71aaea1c 100644 --- a/src/resource.rc +++ b/src/resource.rc @@ -66,10 +66,10 @@ EXSTYLE WS_EX_CONTROLPARENT CAPTION "Delete contact"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- PUSHBUTTON "&Yes",IDYES,58,38,65,14
- DEFPUSHBUTTON "&No",IDNO,172,38,65,14
+ PUSHBUTTON "&Yes",IDYES,54,38,65,14
+ DEFPUSHBUTTON "&No",IDNO,162,38,65,14
CONTROL "Hide from list only, in order to keep their history and ignore/visibility settings",IDC_HIDE,
- "Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,7,65,270,9
+ "Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,7,65,280,9
LTEXT "Use Options->Contacts->Ignore to unhide contacts.",IDC_STATIC,20,78,257,8
CONTROL "Are you sure you want to delete %s?",IDC_TOPLINE,"Static",SS_SIMPLE | SS_NOPREFIX | WS_GROUP,7,7,270,8
LTEXT "This will erase all history and settings for this contact!",IDC_STATIC,7,18,239,14
|