diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-07-28 15:28:28 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-07-28 15:28:28 +0000 |
commit | b279ec16b7668408a9cd6e883e1031b26972024f (patch) | |
tree | 5eff60e2d23097a609e846d5793e32766d3d7cf8 /protocols/FacebookRM/src/resource.h | |
parent | f18684245d19f4aaecaa25727b0a4121f9aab7cd (diff) |
Facebook: Post status improvements (final part) - ability to post statuses to own pages (you need to enable it in options first)
git-svn-id: http://svn.miranda-ng.org/main/trunk@5513 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/resource.h')
-rw-r--r-- | protocols/FacebookRM/src/resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/resource.h b/protocols/FacebookRM/src/resource.h index 1643894516..444c7c7699 100644 --- a/protocols/FacebookRM/src/resource.h +++ b/protocols/FacebookRM/src/resource.h @@ -28,6 +28,7 @@ #define IDC_LOAD_MOBILE 1033
#define IDC_CUSTOM_SMILEYS 1034
#define IDC_USE_LOCAL_TIME 1035
+#define IDC_LOAD_PAGES 1036
#define IDC_NOTIFICATIONS_ENABLE 1041
#define IDC_FEEDS_ENABLE 1042
#define IDC_OTHER_ENABLE 1043
|