From b8600596d81f359e663035cea8a4e43029f7ba0c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 30 Jul 2014 07:54:34 +0000 Subject: - "Disable animated GIF avatars" setting removed; - forgotten field TWindowData::hwndFlash also removed; - boolean variables renamed to be boolean git-svn-id: http://svn.miranda-ng.org/main/trunk@9987 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/msgs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/TabSRMM/src/msgs.h') diff --git a/plugins/TabSRMM/src/msgs.h b/plugins/TabSRMM/src/msgs.h index dad1e5dd68..3587f6c5e2 100644 --- a/plugins/TabSRMM/src/msgs.h +++ b/plugins/TabSRMM/src/msgs.h @@ -258,7 +258,7 @@ struct TWindowData HICON iFlashIcon; BOOL mayFlashTab; BOOL bTabFlash; - HWND hwndIEView, hwndFlash, hwndIWebBrowserControl, hwndHPP; + HWND hwndIEView, hwndIWebBrowserControl, hwndHPP; HWND hwndContactPic, hwndPanelPic, hwndPanelPicParent; UINT bbLSideWidth; //MAD UINT bbRSideWidth; //MAD @@ -283,7 +283,7 @@ struct TWindowData DWORD dwTickLastEvent, dwUnread; HBITMAP hOwnPic; SIZE pic; - bool showPic, showInfoPic; + bool bShowAvatar, bShowInfoAvatar; bool fMustOffset; bool isHistory; int doSmileys; -- cgit v1.2.3