diff options
author | Robert Pösel <robyer@seznam.cz> | 2015-09-01 21:17:14 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2015-09-01 21:17:14 +0000 |
commit | e596945743e029945b7fd8657de5d3f6c279d44b (patch) | |
tree | 23f3ed4bb01c2520c9c21051aed4ab8f37d4ea54 /protocols/FacebookRM/src/constants.h | |
parent | 2d9f0998c93aaba8dc23a468a916316977582ae0 (diff) |
Facebook: Add new option "Prefer real names instead of nicknames"
By disabling it you will see nicknames (if available) instead of real name of contacts.
git-svn-id: http://svn.miranda-ng.org/main/trunk@15142 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/constants.h')
-rw-r--r-- | protocols/FacebookRM/src/constants.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/constants.h b/protocols/FacebookRM/src/constants.h index b353049c24..1c9e0f5453 100644 --- a/protocols/FacebookRM/src/constants.h +++ b/protocols/FacebookRM/src/constants.h @@ -89,6 +89,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEFAULT_HIDE_CHATS 0
#define DEFAULT_ENABLE_CHATS 1
#define DEFAULT_NOTIFICATIONS_CHATROOM 0
+#define DEFAULT_NAME_AS_NICK 1
#define DEFAULT_EVENT_NOTIFICATIONS_ENABLE 1
#define DEFAULT_EVENT_FEEDS_ENABLE 0
|