diff options
author | George Hazan <george.hazan@gmail.com> | 2014-07-30 07:54:34 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-07-30 07:54:34 +0000 |
commit | b8600596d81f359e663035cea8a4e43029f7ba0c (patch) | |
tree | ffd01ff62d82f05a27f353fd69156de6763bd609 /plugins/TabSRMM/src/msgs.h | |
parent | 48d2e7b444ca50e09e42a09078956839e922cb17 (diff) |
- "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
Diffstat (limited to 'plugins/TabSRMM/src/msgs.h')
-rw-r--r-- | plugins/TabSRMM/src/msgs.h | 4 |
1 files changed, 2 insertions, 2 deletions
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;
|