summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src/proto.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2016-07-25 19:44:19 +0000
committerRobert Pösel <robyer@seznam.cz>2016-07-25 19:44:19 +0000
commita61c8728b379057fe7f0a0d86fe0b037598229dd (patch)
treee7a0e328616cdc5a0920d9cb598ba1bd8dd88d9f /protocols/FacebookRM/src/proto.h
parent9c4ce5c83b1b782d9031896454823e478611f6c2 (diff)
Facebook: Rename "On this day" to "Memories" as Facebook calls it, and use better icon for it
git-svn-id: http://svn.miranda-ng.org/main/trunk@17132 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/proto.h')
-rw-r--r--protocols/FacebookRM/src/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/FacebookRM/src/proto.h b/protocols/FacebookRM/src/proto.h
index fb7502e1af..92a2799b88 100644
--- a/protocols/FacebookRM/src/proto.h
+++ b/protocols/FacebookRM/src/proto.h
@@ -127,7 +127,7 @@ public:
INT_PTR __cdecl CheckNewsfeeds(WPARAM, LPARAM);
INT_PTR __cdecl CheckFriendRequests(WPARAM, LPARAM);
INT_PTR __cdecl CheckNotifications(WPARAM, LPARAM);
- INT_PTR __cdecl CheckOnThisDay(WPARAM, LPARAM);
+ INT_PTR __cdecl CheckMemories(WPARAM, LPARAM);
INT_PTR __cdecl GetNotificationsCount(WPARAM, LPARAM);
INT_PTR __cdecl OnJoinChat(WPARAM,LPARAM);
@@ -175,7 +175,7 @@ public:
void __cdecl ProcessPages(void*);
void __cdecl LoadLastMessages(void*);
void __cdecl SyncThreads(void*);
- void __cdecl ProcessOnThisDay(void*);
+ void __cdecl ProcessMemories(void*);
// Worker threads
void __cdecl SignOn(void*);