diff options
Diffstat (limited to 'protocols/Teams/src/teams_proto.cpp')
-rw-r--r-- | protocols/Teams/src/teams_proto.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Teams/src/teams_proto.cpp b/protocols/Teams/src/teams_proto.cpp index c2dabdfc1c..9dfa1baab0 100644 --- a/protocols/Teams/src/teams_proto.cpp +++ b/protocols/Teams/src/teams_proto.cpp @@ -9,7 +9,7 @@ CTeamsProto::CTeamsProto(const char *protoName, const wchar_t *userName) : m_bAutoHistorySync(this, "AutoSync", true), m_bUseHostnameAsPlace(this, "UseHostName", true), m_bUseBBCodes(this, "UseBBCodes", true), - m_wstrCListGroup(this, SKYPE_SETTINGS_GROUP, L"Skype"), + m_wstrCListGroup(this, DBKEY_GROUP, L"Skype"), m_wstrPlace(this, "Place", L""), m_iMood(this, "Mood", 0), m_wstrMoodEmoji(this, "MoodEmoji", L""), @@ -43,7 +43,6 @@ CTeamsProto::CTeamsProto(const char *protoName, const wchar_t *userName) : g_plugin.addSound("skype_inc_call", L"SkypeWeb", LPGENW("Incoming call")); g_plugin.addSound("skype_call_canceled", L"SkypeWeb", LPGENW("Incoming call canceled")); - CheckConvert(); InitGroupChatModule(); } |