diff options
author | George Hazan <ghazan@miranda.im> | 2017-04-10 16:09:07 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-04-10 16:09:07 +0300 |
commit | 8f7b9a76a69cbe33a9050171a1e139d726857ca1 (patch) | |
tree | f72bcb403bdadbefaefc13d4cd73d50649ac65f0 /plugins/TabSRMM/src/infopanel.cpp | |
parent | 8355eb65b11a9d581b57ad061449838df0353bf1 (diff) |
code reorder to hide as much data as possible
Diffstat (limited to 'plugins/TabSRMM/src/infopanel.cpp')
-rw-r--r-- | plugins/TabSRMM/src/infopanel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/infopanel.cpp b/plugins/TabSRMM/src/infopanel.cpp index 2a37689a54..0d9897974d 100644 --- a/plugins/TabSRMM/src/infopanel.cpp +++ b/plugins/TabSRMM/src/infopanel.cpp @@ -1361,7 +1361,7 @@ void CTip::show(const RECT& rc, POINT& pt, const HICON hIcon, const wchar_t *szT smadd.flags = 0;
smadd.rangeToReplace = nullptr;
smadd.disableRedraw = TRUE;
- CallService(MS_SMILEYADD_REPLACESMILEYS, TABSRMM_SMILEYADD_BKGCOLORMODE, (LPARAM)&smadd);
+ CallService(MS_SMILEYADD_REPLACESMILEYS, 0, (LPARAM)&smadd);
}
RECT rcParent;
|