diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-04-21 14:50:48 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-04-21 14:50:48 +0000 |
commit | 3fd876c2f5fb89007eee0a05c604954e606a589c (patch) | |
tree | 9ef288c800543b19a549f2c1be7ad41cfb7c4333 /protocols/FacebookRM/src/proto.h | |
parent | 0b73250a247cee60ee3f1098f584ae63148e0cee (diff) |
Facebook: Add status menu item "Visit Notifications" and icons for other items
git-svn-id: http://svn.miranda-ng.org/main/trunk@9014 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/proto.h')
-rw-r--r-- | protocols/FacebookRM/src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/proto.h b/protocols/FacebookRM/src/proto.h index a6d783f57d..ad15eaa9a9 100644 --- a/protocols/FacebookRM/src/proto.h +++ b/protocols/FacebookRM/src/proto.h @@ -117,6 +117,7 @@ public: INT_PTR __cdecl VisitProfile(WPARAM, LPARAM);
INT_PTR __cdecl VisitFriendship(WPARAM, LPARAM);
INT_PTR __cdecl VisitConversation(WPARAM, LPARAM);
+ INT_PTR __cdecl VisitNotifications(WPARAM, LPARAM);
INT_PTR __cdecl Poke(WPARAM, LPARAM);
INT_PTR __cdecl CancelFriendship(WPARAM, LPARAM);
INT_PTR __cdecl RequestFriendship(WPARAM, LPARAM);
|