diff options
author | George Hazan <george.hazan@gmail.com> | 2014-02-22 18:51:47 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-02-22 18:51:47 +0000 |
commit | 3d930b54d40bdb2250816a793e06f7f7cef08010 (patch) | |
tree | 49c375b7ee4ab3570e679a17ea37a687877ccb67 /plugins/NewAwaySysMod/src/Common.h | |
parent | 32acb35e56646b68b4d06beab209fb67a625a913 (diff) |
- 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
Diffstat (limited to 'plugins/NewAwaySysMod/src/Common.h')
-rw-r--r-- | plugins/NewAwaySysMod/src/Common.h | 6 |
1 files changed, 1 insertions, 5 deletions
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, ...)
{
|