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 /protocols/IcqOscarJ | |
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 'protocols/IcqOscarJ')
-rw-r--r-- | protocols/IcqOscarJ/res/resources.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IcqOscarJ/res/resources.rc b/protocols/IcqOscarJ/res/resources.rc index 84c49ac52a..02a52b2893 100644 --- a/protocols/IcqOscarJ/res/resources.rc +++ b/protocols/IcqOscarJ/res/resources.rc @@ -331,7 +331,7 @@ CAPTION "Manage ICQ Server Contacts" FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
LTEXT "Select contacts to store:",IDC_STATIC11,5,5,91,8
- CONTROL "",IDC_CLIST,"CListControl",WS_TABSTOP | 0x2c9,5,14,155,222,WS_EX_CLIENTEDGE
+ CONTROL "",IDC_CLIST,"CListControl",WS_TABSTOP | 0x3da,5,14,155,222,WS_EX_CLIENTEDGE
DEFPUSHBUTTON "Synchronize",IDOK,226,222,68,14
PUSHBUTTON "Cancel",IDCANCEL,298,222,55,14
LISTBOX IDC_LOG,169,5,184,213,NOT LBS_NOTIFY | LBS_NOINTEGRALHEIGHT | LBS_NOSEL | WS_VSCROLL | WS_TABSTOP
|