diff options
Diffstat (limited to 'protocols/FacebookRM/src/theme.h')
-rw-r--r-- | protocols/FacebookRM/src/theme.h | 11 |
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 |