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/resource.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/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 82083e2954..0c89884724 100644 --- a/protocols/FacebookRM/src/resource.h +++ b/protocols/FacebookRM/src/resource.h @@ -27,6 +27,7 @@ #define IDC_SET_IGNORE_STATUS 1025 #define IDC_DISCONNECT_CHAT 1028 #define IDC_BIGGER_AVATARS 1030 +#define IDC_NAME_AS_NICK 1031 #define IDC_MAP_STATUSES 1032 #define IDC_CUSTOM_SMILEYS 1034 #define IDC_LOAD_PAGES 1036 |