summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src/theme.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2013-05-16 09:57:54 +0000
committerRobert Pösel <robyer@seznam.cz>2013-05-16 09:57:54 +0000
commit99f1e39a46f191bf60bc138206437bb5ce00834b (patch)
tree0e6bd70691121e3dbde39d8c34278a1b24e69e29 /protocols/FacebookRM/src/theme.h
parenta55fb1498da50152f3b21248e9b21781c0bb5b7b (diff)
Facebook: Added contact menu item to open Frindship details.
Small cleanup of code. git-svn-id: http://svn.miranda-ng.org/main/trunk@4666 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/theme.h')
-rw-r--r--protocols/FacebookRM/src/theme.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/protocols/FacebookRM/src/theme.h b/protocols/FacebookRM/src/theme.h
index e86bfa995b..f472b4f9ce 100644
--- a/protocols/FacebookRM/src/theme.h
+++ b/protocols/FacebookRM/src/theme.h
@@ -30,9 +30,10 @@ void UninitContactMenus(void);
/* Contact menu item indexes */
#define CMI_VISIT_PROFILE 0
-#define CMI_AUTH_REVOKE 1
-#define CMI_AUTH_ASK 2
-#define CMI_AUTH_GRANT 3
-#define CMI_AUTH_CANCEL 4
+#define CMI_VISIT_FRIENDSHIP 1
+#define CMI_AUTH_REVOKE 2
+#define CMI_AUTH_ASK 3
+#define CMI_AUTH_GRANT 4
+#define CMI_AUTH_CANCEL 5
-#define CMITEMS_COUNT 5 \ No newline at end of file
+#define CMITEMS_COUNT 6 \ No newline at end of file