diff options
author | dartraiden <wowemuh@gmail.com> | 2019-02-02 23:19:39 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2019-02-02 23:19:39 +0300 |
commit | 851c8b5531786c2ebbfeec2dbfd3739e43ad3d8c (patch) | |
tree | ef1692c24466985c11cd5d5832e75293ede1674a /protocols/Discord/src/proto.h | |
parent | 1acf654bfd3794209eaed3ae024a45b8c1ce5aed (diff) |
Unify option name
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r-- | protocols/Discord/src/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h index 962baca616..88c8325efe 100644 --- a/protocols/Discord/src/proto.h +++ b/protocols/Discord/src/proto.h @@ -179,7 +179,7 @@ class CDiscordProto : public PROTO<CDiscordProto> CMOption<wchar_t*> m_wszEmail; // my own email CMOption<wchar_t*> m_wszDefaultGroup; // clist group to store contacts - CMOption<BYTE> m_bHideGroupchats; // hide guild chats on startup + CMOption<BYTE> m_bHideGroupchats; // Do not open chat windows on creation CMOption<BYTE> m_bUseGuildGroups; // use special subgroups for guilds ////////////////////////////////////////////////////////////////////////////////////// |