diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-03-09 08:32:54 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-03-09 08:32:54 +0000 |
commit | 90e99f1002599427b8373e6477073a9c8f5832c7 (patch) | |
tree | e406240e375c1106014704fa20a3872916e9bbbd /protocols/FacebookRM/src/theme.h | |
parent | 685bdd6028b2d01d10168b06150983e7bd8e126a (diff) |
Facebook: Add contact menu item to open "Conversation history" on website
git-svn-id: http://svn.miranda-ng.org/main/trunk@8488 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/theme.h')
-rw-r--r-- | protocols/FacebookRM/src/theme.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/theme.h b/protocols/FacebookRM/src/theme.h index 0bb0fdc129..6c3f9a566a 100644 --- a/protocols/FacebookRM/src/theme.h +++ b/protocols/FacebookRM/src/theme.h @@ -37,5 +37,6 @@ void UninitContactMenus(void); #define CMI_AUTH_CANCEL 5
#define CMI_POKE 6
#define CMI_POST_STATUS 7
+#define CMI_VISIT_CONVERSATION 8
-#define CMITEMS_COUNT 8
\ No newline at end of file +#define CMITEMS_COUNT 9
\ No newline at end of file |