From 4321bd81a30e8aaa9dfd5d29fb3135708fa3d123 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 13 May 2021 21:46:59 +0300 Subject: fixes #2878 (Discord: rename the "Disable group chats" option to "Disable guilds" and stop processing guilds at all) --- protocols/Discord/res/discord.rc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'protocols/Discord/res') diff --git a/protocols/Discord/res/discord.rc b/protocols/Discord/res/discord.rc index 4a9b9e560f..6fac650624 100644 --- a/protocols/Discord/res/discord.rc +++ b/protocols/Discord/res/discord.rc @@ -79,7 +79,7 @@ BEGIN GROUPBOX "Contacts",IDC_STATIC,7,54,291,86 LTEXT "Default group:",IDC_STATIC,17,73,61,8,0,WS_EX_RIGHT EDITTEXT IDC_GROUP,84,71,123,13,ES_AUTOHSCROLL - CONTROL "Enable group chats",IDC_USECHANNELS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,90,275,10 + CONTROL "Enable guilds (servers)",IDC_USEGUILDS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,90,275,10 CONTROL "Do not open chat windows on creation",IDC_HIDECHATS, "Button",BS_AUTOCHECKBOX | WS_TABSTOP,23,102,248,10 CONTROL "Use subgroups for server channels (requires restart)",IDC_USEGROUPS, @@ -124,6 +124,10 @@ BEGIN IDD_OPTIONS_ACCOUNT, DIALOG BEGIN END + + IDD_OPTIONS_ACCMGR, DIALOG + BEGIN + END END #endif // APSTUDIO_INVOKED -- cgit v1.2.3