diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-07-28 12:37:37 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-07-28 12:37:37 +0000 |
commit | 66cb0e5b93b88b84599c1c32f46a3ff847517c57 (patch) | |
tree | 848cb290bdc68a037cb500f66d9fafc83c66c91c /protocols/FacebookRM/src/theme.h | |
parent | 2e2d9de08e3eb747f88cd3a9aeb750a3c34078a7 (diff) |
Facebook: Post status improvements (part 2) - ability to post statuses to other contact's wall
git-svn-id: http://svn.miranda-ng.org/main/trunk@5509 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 12984682f4..0bb0fdc129 100644 --- a/protocols/FacebookRM/src/theme.h +++ b/protocols/FacebookRM/src/theme.h @@ -36,5 +36,6 @@ void UninitContactMenus(void); #define CMI_AUTH_GRANT 4
#define CMI_AUTH_CANCEL 5
#define CMI_POKE 6
+#define CMI_POST_STATUS 7
-#define CMITEMS_COUNT 7
\ No newline at end of file +#define CMITEMS_COUNT 8
\ No newline at end of file |