diff options
author | George Hazan <george.hazan@gmail.com> | 2024-05-11 17:01:18 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-05-11 17:01:18 +0300 |
commit | 298c9deaf279da60906891dfb1881cd45687f157 (patch) | |
tree | 39762b69a32c30927d716c7df31f685e1511574e /protocols/Discord/res | |
parent | adc82c1bfa455a4f5482a7937e5bb6e4cf2a7ff2 (diff) |
fixes #812 ([Discord] If a contact removes you from their contact list, miranda silently and deletes all contact data)
Diffstat (limited to 'protocols/Discord/res')
-rw-r--r-- | protocols/Discord/res/discord.rc | 6 |
1 files changed, 4 insertions, 2 deletions
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
|