From 3d930b54d40bdb2250816a793e06f7f7cef08010 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 22 Feb 2014 18:51:47 +0000 Subject: - toolbar button restored; - fix for the main menu item's text updating; - unused bitmaps removed; git-svn-id: http://svn.miranda-ng.org/main/trunk@8222 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NewAwaySysMod/src/Common.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'plugins/NewAwaySysMod/src/Common.h') diff --git a/plugins/NewAwaySysMod/src/Common.h b/plugins/NewAwaySysMod/src/Common.h index 446df14a68..daeee41e9d 100644 --- a/plugins/NewAwaySysMod/src/Common.h +++ b/plugins/NewAwaySysMod/src/Common.h @@ -62,9 +62,8 @@ #include "resource.h" #include "m_variables.h" -//#include "m_toptoolbar.h" +#include "m_toptoolbar.h" #include "m_popup.h" -//#include "m_popupw.h" #include "m_metacontacts.h" #include "m_LogService.h" @@ -317,10 +316,7 @@ int _Workaround_CallService(const char *name, WPARAM wParam, LPARAM lParam); int MsgEventAdded(WPARAM wParam, LPARAM lParam); // buttons -//void UpdateSOEButtons(MCONTACT hContact = NULL); INT_PTR ToggleSendOnEvent(WPARAM wParam, LPARAM lParam); -//int Create_TopToolbar(WPARAM wParam, LPARAM lParam); - static __inline int LogMessage(const char *Format, ...) { -- cgit v1.2.3