diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-07-27 07:28:16 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-07-27 07:28:16 +0000 |
commit | 187e22d9e5a343022c34ef882629e96188c91039 (patch) | |
tree | 56dc7c44b834af99d82fa52244fe498f54773e97 /plugins/Clist_modern/res | |
parent | 92306f9bd6c16b70656042e801318c568807078d (diff) |
- minor resource fixes (by TuxX)
git-svn-id: http://svn.miranda-ng.org/main/trunk@5497 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/res')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 02f5a0b315..679e1d9dcd 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -156,8 +156,8 @@ BEGIN CTEXT "\n\n\nPlease select one of available skins. \n\nOr browse for skin not in list.",IDC_STATIC_INFO,180,30,108,150
CONTROL "",IDC_PREVIEW,"Static",SS_OWNERDRAW | SS_CENTERIMAGE | SS_REALSIZEIMAGE,180,16,113,167
GROUPBOX "Skin Preview",IDC_STATIC,175,5,123,182,WS_DISABLED
- LTEXT "WARNING: \tSkins can modify your current profile. Rollback is not possible. \n\t\tPlease BACKUP your database before applying skin.",IDC_STATIC,3,188,294,17
- LTEXT "* Restart may be required for all changes to take effect",IDC_STATIC,3,210,200,8
+ LTEXT "WARNING: \tSkins can modify your current profile. Rollback is not possible. \n\t\tPlease BACKUP your database before applying skin.",IDC_STATIC,3,188,300,17
+ LTEXT "* Restart may be required for all changes to take effect",IDC_STATIC,3,210,300,8
COMBOBOX IDC_COMBO1,177,189,123,76,CBS_DROPDOWN | CBS_SORT | NOT WS_VISIBLE | WS_VSCROLL | WS_TABSTOP
CONTROL "",IDC_TREE1,"SysTreeView32",TVS_HASBUTTONS | TVS_HASLINES | TVS_LINESATROOT | TVS_SHOWSELALWAYS | TVS_SINGLEEXPAND | WS_BORDER | WS_HSCROLL | WS_TABSTOP,5,15,161,148
END
|