diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-11-29 22:26:59 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-11-29 22:26:59 +0000 |
commit | d2ac9379ed9581b7eb94edc19b19947d634d86f1 (patch) | |
tree | 24e0ea9561c1709ba21357e4c5c49979b0c5c0cb /src/mir_app | |
parent | 0af868f41fbbac3d9808441a5115966f7f616c4c (diff) |
resource cosmetic
git-svn-id: http://svn.miranda-ng.org/main/trunk@15789 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/mir_app')
-rw-r--r-- | src/mir_app/res/resource.rc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mir_app/res/resource.rc b/src/mir_app/res/resource.rc index 12a7d3ffc6..41e9becbcb 100644 --- a/src/mir_app/res/resource.rc +++ b/src/mir_app/res/resource.rc @@ -60,7 +60,7 @@ BEGIN EDITTEXT IDC_AUTHREQ,13,95,204,29,ES_MULTILINE | ES_AUTOVSCROLL | ES_WANTRETURN | WS_VSCROLL
END
-IDD_DELETECONTACT DIALOGEX 0, 0, 294, 93
+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"
@@ -70,9 +70,9 @@ BEGIN 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,280,9
- LTEXT "Use Options -> Contacts -> Ignore to unhide contacts.",IDC_STATIC,20,78,257,8
+ LTEXT "Use Options -> Contacts -> Ignore to unhide contacts.",IDC_STATIC,20,78,257,16
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
+ LTEXT "This will erase all history and settings for this contact!",IDC_STATIC,7,18,239,16
END
IDD_OPT_CONTACT DIALOGEX 0, 0, 313, 242
|