diff options
author | George Hazan <ghazan@miranda.im> | 2017-09-27 19:29:19 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-09-27 19:29:19 +0300 |
commit | 0779b188d44b7795f4482c7066a064a38d7c130a (patch) | |
tree | 59c150d9d06b715f694b3373af6090c47ae2b32e /protocols/Discord/res | |
parent | 70df70d9bf061fd42523357bc8a34bf4323da964 (diff) |
Discord: option to hide guild chats on startup
Diffstat (limited to 'protocols/Discord/res')
-rw-r--r-- | protocols/Discord/res/discord.rc | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/protocols/Discord/res/discord.rc b/protocols/Discord/res/discord.rc index ef7bb54c64..fba3f590d7 100644 --- a/protocols/Discord/res/discord.rc +++ b/protocols/Discord/res/discord.rc @@ -53,8 +53,10 @@ END // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDI_MAIN ICON "discord.ico" + IDI_GROUPCHAT ICON "groupchat.ico" + ///////////////////////////////////////////////////////////////////////////// // // Dialog @@ -73,6 +75,7 @@ BEGIN GROUPBOX "Contacts",IDC_STATIC,7,77,291,88 LTEXT "Default group:",IDC_STATIC,17,91,61,8,0,WS_EX_RIGHT EDITTEXT IDC_GROUP,84,89,123,13,ES_AUTOHSCROLL + CONTROL "Hide guild chats on startup",IDC_HIDECHATS,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,30,107,248,10 END IDD_OPTIONS_ACCMGR DIALOGEX 0, 0, 200, 88 @@ -99,6 +102,44 @@ BEGIN EDITTEXT IDC_NICK,3,18,103,12,0,WS_EX_CLIENTEDGE END + +///////////////////////////////////////////////////////////////////////////// +// +// DESIGNINFO +// + +#ifdef APSTUDIO_INVOKED +GUIDELINES DESIGNINFO +BEGIN + IDD_OPTIONS_ACCOUNT, DIALOG + BEGIN + END +END +#endif // APSTUDIO_INVOKED + + +///////////////////////////////////////////////////////////////////////////// +// +// AFX_DIALOG_LAYOUT +// + +IDD_OPTIONS_ACCOUNT AFX_DIALOG_LAYOUT +BEGIN + 0 +END + #endif // English (United States) resources +///////////////////////////////////////////////////////////////////////////// + + +#ifndef APSTUDIO_INVOKED ///////////////////////////////////////////////////////////////////////////// +// +// Generated from the TEXTINCLUDE 3 resource. +// + + +///////////////////////////////////////////////////////////////////////////// +#endif // not APSTUDIO_INVOKED + |