From ac577d016e763053b35393611441bf8cade5d550 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 24 Jul 2014 17:01:43 +0000 Subject: tabSRMM has to set the sub's contact manually to display correct avatar git-svn-id: http://svn.miranda-ng.org/main/trunk@9932 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/TabSRMM/src/utils.h') diff --git a/plugins/TabSRMM/src/utils.h b/plugins/TabSRMM/src/utils.h index 4f081363f6..fec8ab9db2 100644 --- a/plugins/TabSRMM/src/utils.h +++ b/plugins/TabSRMM/src/utils.h @@ -92,6 +92,7 @@ public: static void showDlgControl(const HWND hwnd, UINT id, int showCmd); static int mustPlaySound(const TWindowData *dat); static HICON iconFromAvatar(const TWindowData *dat); + static void setAvatarContact(HWND hWnd, MCONTACT hContact); static void getIconSize(HICON hIcon, int& sizeX, int& sizeY); static bool extractResource(const HMODULE h, const UINT uID, const TCHAR *tszName, const TCHAR *tszPath, const TCHAR *tszFilename, bool fForceOverwrite); -- cgit v1.2.3