diff options
author | George Hazan <george.hazan@gmail.com> | 2013-09-24 20:47:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-09-24 20:47:23 +0000 |
commit | 0aefd54a58157eb6272fea9018a63e7cf39d5cf2 (patch) | |
tree | 1754641cd4a19e7a1bdf8147b7387d949fd6d3e1 /protocols/JabberG/src/jabber_userinfo.cpp | |
parent | edc889e1188d25838da939e0ec49f057ec7ee99e (diff) |
duplicate code removed
git-svn-id: http://svn.miranda-ng.org/main/trunk@6219 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_userinfo.cpp')
-rw-r--r-- | protocols/JabberG/src/jabber_userinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/src/jabber_userinfo.cpp b/protocols/JabberG/src/jabber_userinfo.cpp index 1810d3ec73..986213bf90 100644 --- a/protocols/JabberG/src/jabber_userinfo.cpp +++ b/protocols/JabberG/src/jabber_userinfo.cpp @@ -658,7 +658,7 @@ static INT_PTR CALLBACK JabberUserPhotoDlgProc(HWND hwndDlg, UINT msg, WPARAM wP char* p = mir_t2a(item->photoFileName);
photoInfo->hBitmap = (HBITMAP) CallService(MS_UTILS_LOADBITMAP, 0, (LPARAM)p);
mir_free(p);
- JabberBitmapPremultiplyChannels(photoInfo->hBitmap);
+ FIP->FI_Premultiply(photoInfo->hBitmap);
ShowWindow(GetDlgItem(hwndDlg, IDC_SAVE), SW_SHOW);
}
}
|