diff options
| author | George Hazan <ghazan@miranda.im> | 2021-05-13 21:46:59 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2021-05-13 21:46:59 +0300 |
| commit | 4321bd81a30e8aaa9dfd5d29fb3135708fa3d123 (patch) | |
| tree | 4355dfec4c186a5c53063fc598d6d82b78647ad8 /protocols/Discord/res | |
| parent | 21833669fa44e8b8cee8dcb5779e14dc85990221 (diff) | |
fixes #2878 (Discord: rename the "Disable group chats" option to "Disable guilds" and stop processing guilds at all)
Diffstat (limited to 'protocols/Discord/res')
| -rw-r--r-- | protocols/Discord/res/discord.rc | 6 |
1 files changed, 5 insertions, 1 deletions
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 |
