From 99f1e39a46f191bf60bc138206437bb5ce00834b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Thu, 16 May 2013 09:57:54 +0000 Subject: 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 --- protocols/FacebookRM/src/theme.h | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'protocols/FacebookRM/src/theme.h') 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 -- cgit v1.2.3