diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-06-05 07:37:27 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-06-05 07:37:27 +0000 |
commit | 7cdb740b6e7599cb626deb2161aa3ab07b252e51 (patch) | |
tree | aeaf154b2c91e0070d3bf8465dec0673ffd7edb2 /protocols/FacebookRM/src/resource.h | |
parent | 894d04d09e39156eb2264fb49f2b24035bb16d09 (diff) |
Facebook: New feature to notify "On this day" posts at login; version bump
Right now it notify at every login, max. last 20 posts. In future I'll probably add more options to limit number of posts and do it only one per day, etc.
git-svn-id: http://svn.miranda-ng.org/main/trunk@14006 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/resource.h')
-rw-r--r-- | protocols/FacebookRM/src/resource.h | 153 |
1 files changed, 77 insertions, 76 deletions
diff --git a/protocols/FacebookRM/src/resource.h b/protocols/FacebookRM/src/resource.h index 030806e8d2..82083e2954 100644 --- a/protocols/FacebookRM/src/resource.h +++ b/protocols/FacebookRM/src/resource.h @@ -1,76 +1,77 @@ -//{{NO_DEPENDENCIES}}
-// Microsoft Visual C++ generated include file.
-// Used by ..\res\facebook.rc
-//
-#define IDC_EXPAND 3
-#define IDI_FACEBOOK 101
-#define IDI_MIND 102
-#define IDD_FACEBOOKACCOUNT 111
-#define IDD_MIND 112
-#define IDD_OPTIONS 113
-#define IDD_OPTIONS_EVENTS 114
-#define IDD_OPTIONS_STATUSES 115
-#define IDD_CAPTCHAFORM 116
-#define IDD_OPTIONS_MESSAGING 117
-#define IDI_POKE 127
-#define IDI_NOTIFICATION 128
-#define IDI_NEWSFEED 129
-#define IDI_FRIENDS 130
-#define IDI_CONVERSATION 131
-#define IDI_READ 132
-#define IDI_KEYS 133
-#define IDC_UN 1001
-#define IDC_PW 1002
-#define IDC_NEWACCOUNTLINK 1003
-#define IDC_MINDMSG 1012
-#define IDC_GROUP 1021
-#define IDC_SET_IGNORE_STATUS 1025
-#define IDC_DISCONNECT_CHAT 1028
-#define IDC_BIGGER_AVATARS 1030
-#define IDC_MAP_STATUSES 1032
-#define IDC_CUSTOM_SMILEYS 1034
-#define IDC_LOAD_PAGES 1036
-#define IDC_KEEP_UNREAD 1037
-#define IDC_INBOX_ONLY 1038
-#define IDC_MESSAGES_ON_OPEN 1039
-#define IDC_HIDE_CHATS 1040
-#define IDC_NOTIFICATIONS_ENABLE 1041
-#define IDC_FEEDS_ENABLE 1042
-#define IDC_OTHER_ENABLE 1043
-#define IDC_CLIENT_ENABLE 1044
-#define IDC_FILTER_ADS 1045
-#define IDC_LOGIN_SYNC 1046
-#define IDC_ENABLE_CHATS 1047
-#define IDC_FRIENDSHIP_ENABLE 1048
-#define IDC_TICKER_ENABLE 1049
-#define IDC_SYSTRAY_NOTIFY 1098
-#define IDC_PREVIEW 1099
-#define IDC_NOTIFICATIONS_CHATROOM 1100
-#define IDC_SET_STATUS 1126
-#define IDC_FEED_TYPE 1201
-#define IDC_URL_SERVER 1202
-#define IDC_PLACE 1203
-#define IDC_PRIVACY 1204
-#define IDC_WALL 1205
-#define IDC_URL 1206
-#define IDC_CCLIST 1207
-#define IDC_CCLIST_LABEL 1208
-#define IDC_MESSAGES_COUNT 1209
-#define IDC_MESSAGES_COUNT_SPIN 1210
-#define IDC_VALUE 1211
-#define IDC_WHITERECT 1212
-#define IDC_TITLE 1213
-#define IDC_INSTRUCTION 1214
-#define IDC_FRAME1 1215
-#define IDC_FRAME2 1216
-
-// Next default values for new objects
-//
-#ifdef APSTUDIO_INVOKED
-#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 134
-#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1218
-#define _APS_NEXT_SYMED_VALUE 134
-#endif
-#endif
+//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by ..\res\facebook.rc +// +#define IDC_EXPAND 3 +#define IDI_FACEBOOK 101 +#define IDI_MIND 102 +#define IDD_FACEBOOKACCOUNT 111 +#define IDD_MIND 112 +#define IDD_OPTIONS 113 +#define IDD_OPTIONS_EVENTS 114 +#define IDD_OPTIONS_STATUSES 115 +#define IDD_CAPTCHAFORM 116 +#define IDD_OPTIONS_MESSAGING 117 +#define IDI_POKE 127 +#define IDI_NOTIFICATION 128 +#define IDI_NEWSFEED 129 +#define IDI_FRIENDS 130 +#define IDI_CONVERSATION 131 +#define IDI_READ 132 +#define IDI_KEYS 133 +#define IDC_UN 1001 +#define IDC_PW 1002 +#define IDC_NEWACCOUNTLINK 1003 +#define IDC_MINDMSG 1012 +#define IDC_GROUP 1021 +#define IDC_SET_IGNORE_STATUS 1025 +#define IDC_DISCONNECT_CHAT 1028 +#define IDC_BIGGER_AVATARS 1030 +#define IDC_MAP_STATUSES 1032 +#define IDC_CUSTOM_SMILEYS 1034 +#define IDC_LOAD_PAGES 1036 +#define IDC_KEEP_UNREAD 1037 +#define IDC_INBOX_ONLY 1038 +#define IDC_MESSAGES_ON_OPEN 1039 +#define IDC_HIDE_CHATS 1040 +#define IDC_NOTIFICATIONS_ENABLE 1041 +#define IDC_FEEDS_ENABLE 1042 +#define IDC_OTHER_ENABLE 1043 +#define IDC_CLIENT_ENABLE 1044 +#define IDC_FILTER_ADS 1045 +#define IDC_LOGIN_SYNC 1046 +#define IDC_ENABLE_CHATS 1047 +#define IDC_FRIENDSHIP_ENABLE 1048 +#define IDC_TICKER_ENABLE 1049 +#define IDC_ON_THIS_DAY_ENABLE 1050 +#define IDC_SYSTRAY_NOTIFY 1098 +#define IDC_PREVIEW 1099 +#define IDC_NOTIFICATIONS_CHATROOM 1100 +#define IDC_SET_STATUS 1126 +#define IDC_FEED_TYPE 1201 +#define IDC_URL_SERVER 1202 +#define IDC_PLACE 1203 +#define IDC_PRIVACY 1204 +#define IDC_WALL 1205 +#define IDC_URL 1206 +#define IDC_CCLIST 1207 +#define IDC_CCLIST_LABEL 1208 +#define IDC_MESSAGES_COUNT 1209 +#define IDC_MESSAGES_COUNT_SPIN 1210 +#define IDC_VALUE 1211 +#define IDC_WHITERECT 1212 +#define IDC_TITLE 1213 +#define IDC_INSTRUCTION 1214 +#define IDC_FRAME1 1215 +#define IDC_FRAME2 1216 + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 134 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1218 +#define _APS_NEXT_SYMED_VALUE 134 +#endif +#endif |