summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/res
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2016-12-11 22:03:39 +0100
committerRobert Pösel <robyer@seznam.cz>2016-12-11 22:03:39 +0100
commit459a25ab00ba1a75cc8fd41656e98f95c1a45e9d (patch)
tree767a6234b0a6dc286800584789c1135172950fe9 /protocols/FacebookRM/res
parentc2c418eafb367c365b8e347e8598b2d859cdea39 (diff)
Facebook: Option to load all contacts at login (not only friends)
Diffstat (limited to 'protocols/FacebookRM/res')
-rw-r--r--protocols/FacebookRM/res/facebook.rc4
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/FacebookRM/res/facebook.rc b/protocols/FacebookRM/res/facebook.rc
index f918e1efd6..02fb085371 100644
--- a/protocols/FacebookRM/res/facebook.rc
+++ b/protocols/FacebookRM/res/facebook.rc
@@ -121,7 +121,7 @@ BEGIN
EDITTEXT IDC_PW,84,34,123,13,ES_PASSWORD | ES_AUTOHSCROLL
CONTROL "Create a new Facebook account",IDC_NEWACCOUNTLINK,
"Hyperlink",WS_TABSTOP,84,53,189,10
- GROUPBOX "Contacts",IDC_STATIC,7,77,291,74
+ GROUPBOX "Contacts",IDC_STATIC,7,77,291,88
LTEXT "Default group:",IDC_STATIC,17,91,61,8,0,WS_EX_RIGHT
EDITTEXT IDC_GROUP,84,89,123,13,ES_AUTOHSCROLL
CONTROL "Automatically set 'Ignore status change' flag",IDC_SET_IGNORE_STATUS,
@@ -129,6 +129,8 @@ BEGIN
CONTROL "Use bigger avatars",IDC_BIGGER_AVATARS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,120,271,10
CONTROL "Prefer real names instead of nicknames",IDC_NAME_AS_NICK,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,134,271,10
+ CONTROL "At login load also contacts you recently chat with",IDC_LOAD_ALL_CONTACTS,
+ "Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,148,271,10
END
IDD_OPTIONS_EVENTS DIALOGEX 0, 0, 305, 227