From 7636121591882dafe8f181aa857ae7041f9cc364 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 28 Dec 2012 21:48:19 +0000 Subject: fix to use big typing notification icon if it's present git-svn-id: http://svn.miranda-ng.org/main/trunk@2877 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/TabSRMM/src/include/globals.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/TabSRMM/src/include') diff --git a/plugins/TabSRMM/src/include/globals.h b/plugins/TabSRMM/src/include/globals.h index 69d62f66f7..8b4955e454 100644 --- a/plugins/TabSRMM/src/include/globals.h +++ b/plugins/TabSRMM/src/include/globals.h @@ -110,20 +110,20 @@ public: HWND g_hwndHotkeyHandler; HICON g_iconIn, g_iconOut, g_iconErr, g_iconContainer, g_iconStatus; - HICON g_iconOverlayDisabled, g_iconOverlayEnabled, g_iconClock; + HICON g_iconOverlayDisabled, g_iconOverlayEnabled, g_iconClock; HCURSOR hCurSplitNS, hCurSplitWE, hCurHyperlinkHand; HBITMAP g_hbmUnknown; int g_MetaContactsAvail, g_SmileyAddAvail, g_WantIEView, g_PopupAvail, g_PopupWAvail, g_WantHPP; int g_FlashAvatarAvail; HIMAGELIST g_hImageList; HICON g_IconMsgEvent, g_IconTypingEvent, g_IconFileEvent, g_IconSend; - HICON g_IconMsgEventBig, g_IconTypingEventBig; + HICON g_IconMsgEventBig, g_IconTypingEventBig; HICON g_IconFolder, g_IconChecked, g_IconUnchecked; HMENU g_hMenuContext, g_hMenuContainer, g_hMenuEncoding, g_hMenuTrayUnread; HMENU g_hMenuFavorites, g_hMenuRecent, g_hMenuTrayContext; HICON g_buttonBarIcons[NR_BUTTONBARICONS]; HICON g_sideBarIcons[NR_SIDEBARICONS]; - HANDLE g_buttonBarIconHandles[23]; + HANDLE g_buttonBarIconHandles[23]; // dynamic options, need reload when options change int m_SendOnShiftEnter; int m_SendOnEnter; -- cgit v1.2.3