diff options
author | George Hazan <george.hazan@gmail.com> | 2016-02-01 07:57:31 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-02-01 07:57:31 +0000 |
commit | 1e2a3c77546e1d51383df4fa6df0925aafaacd0f (patch) | |
tree | cac4e6afdf4596d77b86ace0a2315d252ca7308e /protocols/FacebookRM/src/proto.h | |
parent | 5707c6b2b1eafbf38ee7c14f39e42c2280d294ea (diff) |
bugfix: Facebook protocol menu gets multiplied if located in main menu
git-svn-id: http://svn.miranda-ng.org/main/trunk@16203 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/proto.h')
-rw-r--r-- | protocols/FacebookRM/src/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/proto.h b/protocols/FacebookRM/src/proto.h index 0d1108d2bb..fa2b1788a5 100644 --- a/protocols/FacebookRM/src/proto.h +++ b/protocols/FacebookRM/src/proto.h @@ -133,10 +133,11 @@ public: INT_PTR __cdecl OnMind(WPARAM,LPARAM); - // Initialiation + // Initialization void InitPopups(); void InitHotkeys(); void InitSounds(); + void InitMenu(); // Events int __cdecl OnModulesLoaded(WPARAM, LPARAM); |