From e596945743e029945b7fd8657de5d3f6c279d44b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Tue, 1 Sep 2015 21:17:14 +0000 Subject: 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 --- protocols/FacebookRM/res/facebook.rc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'protocols/FacebookRM/res') diff --git a/protocols/FacebookRM/res/facebook.rc b/protocols/FacebookRM/res/facebook.rc index 5a7875fe32..6459534a63 100644 --- a/protocols/FacebookRM/res/facebook.rc +++ b/protocols/FacebookRM/res/facebook.rc @@ -113,12 +113,14 @@ 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,60 + GROUPBOX "Contacts",IDC_STATIC,7,77,291,74 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, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,17,107,271,10 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 END IDD_OPTIONS_EVENTS DIALOGEX 0, 0, 305, 227 @@ -138,7 +140,7 @@ BEGIN CONTROL "Friendship notifications",IDC_FRIENDSHIP_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,99,272,8 CONTROL "Ticker feeds",IDC_TICKER_ENABLE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,113,272,8 CONTROL "Show ""On this day"" posts at login",IDC_ON_THIS_DAY_ENABLE, - "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,128,272,8 + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,16,128,272,8 RTEXT "Use this server for opening links:",IDC_STATIC,13,154,139,8 COMBOBOX IDC_URL_SERVER,156,151,138,59,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP CONTROL "Use balloon notifications in system tray instead of popups",IDC_SYSTRAY_NOTIFY, @@ -306,8 +308,7 @@ END // // Generated from the TEXTINCLUDE 3 resource. // - - + ///////////////////////////////////////////////////////////////////////////// #endif // not APSTUDIO_INVOKED -- cgit v1.2.3