diff options
author | George Hazan <george.hazan@gmail.com> | 2013-06-23 18:03:02 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-06-23 18:03:02 +0000 |
commit | d19a80ba02d6b4baab923fc80408e5c878f8c520 (patch) | |
tree | e54ac57dbb66be5da2e9973bb3ab340d379ae2a1 /protocols/Skype/src/skype_proto.h | |
parent | 49903eeb7655c18025c72982dec288c469e5d49c (diff) |
fix for Skype contact's menu
git-svn-id: http://svn.miranda-ng.org/main/trunk@5101 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_proto.h')
-rw-r--r-- | protocols/Skype/src/skype_proto.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/protocols/Skype/src/skype_proto.h b/protocols/Skype/src/skype_proto.h index 24df7c7e40..3abce98378 100644 --- a/protocols/Skype/src/skype_proto.h +++ b/protocols/Skype/src/skype_proto.h @@ -431,15 +431,13 @@ protected: // menus
HGENMENU m_hMenuRoot;
- static HANDLE hChooserMenu;
- static std::map<size_t, HANDLE> contactMenuItems;
+ static HGENMENU hChooserMenu;
+ static HGENMENU contactMenuItems[CMI_MAX];
virtual int __cdecl RequestAuth(WPARAM, LPARAM);
virtual int __cdecl GrantAuth(WPARAM, LPARAM);
virtual int __cdecl RevokeAuth(WPARAM, LPARAM);
- static void ShowMenuItem(HANDLE hMenuItem, BOOL show);
-
static INT_PTR MenuChooseService(WPARAM wParam, LPARAM lParam);
int __cdecl IgnoreCommand(WPARAM, LPARAM);
|