summaryrefslogtreecommitdiff
path: root/plugins/Clist_blind
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2015-11-29 22:26:59 +0000
committerDart Raiden <wowemuh@gmail.com>2015-11-29 22:26:59 +0000
commitd2ac9379ed9581b7eb94edc19b19947d634d86f1 (patch)
tree24e0ea9561c1709ba21357e4c5c49979b0c5c0cb /plugins/Clist_blind
parent0af868f41fbbac3d9808441a5115966f7f616c4c (diff)
resource cosmetic
git-svn-id: http://svn.miranda-ng.org/main/trunk@15789 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_blind')
-rw-r--r--plugins/Clist_blind/res/resource.rc12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/Clist_blind/res/resource.rc b/plugins/Clist_blind/res/resource.rc
index f0a3ce0bb6..0077545bab 100644
--- a/plugins/Clist_blind/res/resource.rc
+++ b/plugins/Clist_blind/res/resource.rc
@@ -25,19 +25,19 @@ LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
// Dialog
//
-IDD_DELETECONTACT DIALOGEX 0, 0, 284, 90
+IDD_DELETECONTACT DIALOGEX 0, 0, 294, 101
STYLE DS_SETFONT | DS_MODALFRAME | DS_SETFOREGROUND | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_CONTROLPARENT
CAPTION "Delete contact"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
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
- PUSHBUTTON "Yes",IDYES,54,38,65,14
- DEFPUSHBUTTON "No",IDNO,162,38,65,14
+ LTEXT "This will erase all history and settings for this contact!",IDC_STATIC,7,18,239,16
+ PUSHBUTTON "Yes",IDYES,58,38,65,14
+ DEFPUSHBUTTON "No",IDNO,172,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
- LTEXT "Use Options -> Contacts -> Ignore to unhide contacts.",IDC_STATIC,20,78,257,8
+ "Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,7,65,280,9
+ LTEXT "Use Options -> Contacts -> Ignore to unhide contacts.",IDC_STATIC,20,78,257,16
END
IDD_OPT_HOTKEY DIALOGEX 0, 0, 238, 136