From 298c9deaf279da60906891dfb1881cd45687f157 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 11 May 2024 17:01:18 +0300 Subject: fixes #812 ([Discord] If a contact removes you from their contact list, miranda silently and deletes all contact data) --- protocols/Discord/res/discord.rc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'protocols/Discord/res') diff --git a/protocols/Discord/res/discord.rc b/protocols/Discord/res/discord.rc index 283582c0da..3deda76b9e 100644 --- a/protocols/Discord/res/discord.rc +++ b/protocols/Discord/res/discord.rc @@ -66,7 +66,7 @@ IDI_VOICE_ENDED ICON "voiceEnded.ico" // Dialog // -IDD_OPTIONS_ACCOUNT DIALOGEX 0, 0, 305, 228 +IDD_OPTIONS_ACCOUNT DIALOGEX 0, 0, 305, 161 STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT FONT 8, "MS Shell Dlg", 0, 0, 0x1 @@ -76,7 +76,7 @@ BEGIN EDITTEXT IDC_USERNAME,84,18,123,13,ES_AUTOHSCROLL LTEXT "Password:",IDC_STATIC,17,36,61,8,0,WS_EX_RIGHT EDITTEXT IDC_PASSWORD,84,34,123,13,ES_PASSWORD | ES_AUTOHSCROLL - GROUPBOX "Contacts",IDC_STATIC,7,54,291,86 + GROUPBOX "Contacts",IDC_STATIC,7,54,291,101 LTEXT "Default group:",IDC_STATIC,17,73,61,8,0,WS_EX_RIGHT EDITTEXT IDC_GROUP,84,71,123,13,ES_AUTOHSCROLL CONTROL "Enable guilds (servers)",IDC_USEGUILDS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,90,275,10 @@ -87,6 +87,8 @@ BEGIN CONTROL "Delete messages in Miranda when they are deleted from server",IDC_DELETE_MSGS, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,126,275,10 PUSHBUTTON "Log out",IDC_LOGOUT,211,18,81,13 + CONTROL "Delete contacts in Miranda when they are deleted from server",IDC_DELETE_CONTACTS, + "Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,139,275,10 END IDD_OPTIONS_ACCMGR DIALOGEX 0, 0, 200, 88 -- cgit v1.2.3