diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-07-16 13:37:58 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2016-07-16 13:37:58 +0000 |
commit | cdab95c6d5a14ca57e8bf8c1bc7df4a0a0b91dfa (patch) | |
tree | 882c81f87944b4004d1ad0a357b424852a21e193 /protocols/FacebookRM/src/constants.h | |
parent | cc8ecd57f021e8a36673582cedfee2367c65d40d (diff) |
Facebook: Change some popups types
git-svn-id: http://svn.miranda-ng.org/main/trunk@17096 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/constants.h')
-rw-r--r-- | protocols/FacebookRM/src/constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index 4816dffa74..42f581c755 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -101,7 +101,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEFAULT_EVENT_ON_THIS_DAY_ENABLE 0
// Event flags
-#define FACEBOOK_EVENT_CLIENT 0x10000000 // Facebook error or info message
+#define FACEBOOK_EVENT_CLIENT 0x10000000 // Facebook client errors
#define FACEBOOK_EVENT_NEWSFEED 0x20000000 // Facebook newsfeed (wall) message
#define FACEBOOK_EVENT_NOTIFICATION 0x40000000 // Facebook new notification
#define FACEBOOK_EVENT_OTHER 0x80000000 // Facebook other event (poke sent, status update, ...)
|