diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-09 13:04:58 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-09 13:04:58 +0000 |
commit | a3405db5e60e29ffa0cc4f52f9922e4f5003788e (patch) | |
tree | f4f3971602a7426233387afdae8981e5b69205f8 /plugins/Clist_modern/res/resource.rc | |
parent | db96bee8b5d8849bc8af7c47c162ba6b461a4177 (diff) |
fix for the custom clist background drawing
git-svn-id: http://svn.miranda-ng.org/main/trunk@8495 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_modern/res/resource.rc')
-rw-r--r-- | plugins/Clist_modern/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_modern/res/resource.rc b/plugins/Clist_modern/res/resource.rc index 65bc48f046..2249230485 100644 --- a/plugins/Clist_modern/res/resource.rc +++ b/plugins/Clist_modern/res/resource.rc @@ -243,7 +243,7 @@ BEGIN PUSHBUTTON "OK",IDOK,106,275,62,16
PUSHBUTTON "Cancel",IDCANCEL,172,275,62,16
PUSHBUTTON "Apply",IDC_APPLY,242,275,62,16
- CONTROL "",IDC_CLIST,"CListControl",0x24a,12,31,286,199,WS_EX_CLIENTEDGE
+ CONTROL "",IDC_CLIST,"CListControl",0x3da,12,31,286,199,WS_EX_CLIENTEDGE
GROUPBOX "Sticky contacts",IDC_STATIC9,8,20,293,215
PUSHBUTTON "Clear all",IDC_CLEARALL,13,241,92,14
LTEXT "Using the contact list on the left side, you can select contacts which will be ""sticky"" for this view mode. These contacts will ignore the standard filter rules and only use the status mode filter below.",IDC_STATIC10,174,50,124,72,NOT WS_VISIBLE
|