summaryrefslogtreecommitdiff
path: root/plugins/Clist_mw
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-02-13 19:34:27 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-02-13 19:34:27 +0000
commit5823fde31b7185403f6fe4f24c1a858d63bfa2d3 (patch)
tree796b522f4f1c1986fb749457ee3f904157e928c5 /plugins/Clist_mw
parentcbdba41a954b4cf8849cc12ba5d27c458288c146 (diff)
- boost updated to 1.53, and should be placed into ..\..\boost folder
- various compilation fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@3591 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Clist_mw')
-rw-r--r--plugins/Clist_mw/src/clui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Clist_mw/src/clui.cpp b/plugins/Clist_mw/src/clui.cpp
index 67862d2a79..f30e910dd3 100644
--- a/plugins/Clist_mw/src/clui.cpp
+++ b/plugins/Clist_mw/src/clui.cpp
@@ -367,7 +367,7 @@ int OnSettingChanging(WPARAM wParam,LPARAM lParam)
HWND PreCreateCLC(HWND parent)
{
- pcli->hwndContactTree = CreateWindow(CLISTCONTROL_CLASS,_T(""),
+ pcli->hwndContactTree = CreateWindow( _T(CLISTCONTROL_CLASS),_T(""),
WS_CHILD|WS_CLIPCHILDREN|CLS_CONTACTLIST
|( db_get_b(NULL,"CList","UseGroups",SETTING_USEGROUPS_DEFAULT)?CLS_USEGROUPS:0)
| CLS_HIDEOFFLINE