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/Variables/res | |
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/Variables/res')
-rw-r--r-- | plugins/Variables/res/Variables.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Variables/res/Variables.rc b/plugins/Variables/res/Variables.rc index 14399b1e72..2465e4d750 100644 --- a/plugins/Variables/res/Variables.rc +++ b/plugins/Variables/res/Variables.rc @@ -63,7 +63,7 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- CONTROL "",IDC_CLIST,"ClistControl",WS_TABSTOP | 0x248,13,100,218,132,WS_EX_CLIENTEDGE
+ CONTROL "",IDC_CLIST,"ClistControl",WS_TABSTOP | 0x3da,13,100,218,132,WS_EX_CLIENTEDGE
CONTROL "Don't set a contact",IDC_NULL,"Button",BS_AUTORADIOBUTTON,13,76,144,10
CONTROL "Set to the following contact",IDC_CONTACT,"Button",BS_AUTORADIOBUTTON,13,87,147,10
LTEXT "The token %subject% is translated into a special contact, which depends on the situation in which the string is parsed. Use this dialog to simulate the contact to which %subject% translates. An example for using this token is: !cinfo(%subject%,display).",IDC_ABOUT,13,20,218,34
|