diff options
author | George Hazan <ghazan@miranda.im> | 2020-04-03 20:12:27 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-04-03 20:12:27 +0300 |
commit | a83f8984275bc02cf0bf0462c26516242c68c709 (patch) | |
tree | 161ec51819c7e04215e1251c2a4b153c5d84f260 /src | |
parent | 6d89b6043c333831aed709e6576fa7d6c247b2ff (diff) |
old mTextControl disabled in Plugin Updater & plugin loader
Diffstat (limited to 'src')
-rw-r--r-- | src/mir_app/src/newplugins.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_app/src/newplugins.cpp b/src/mir_app/src/newplugins.cpp index fdb1b9e224..6bcb597307 100644 --- a/src/mir_app/src/newplugins.cpp +++ b/src/mir_app/src/newplugins.cpp @@ -117,6 +117,7 @@ static const MUUID pluginBannedList[] = { 0x73a9615c, 0x7d4e, 0x4555, { 0xba, 0xdb, 0xee, 0x05, 0xdc, 0x92, 0x8e, 0xff } }, // icqoscar8
{ 0xcf97fd5d, 0xb911, 0x47a8, { 0xaf, 0x03, 0xd2, 0x19, 0x68, 0xb5, 0xb8, 0x94 } }, // sms
{ 0x26a9125d, 0x7863, 0x4e01, { 0xaf, 0x0e, 0xd1, 0x4e, 0xf9, 0x5c, 0x50, 0x54 } }, // old Popup.dll
+ { 0x69b9443b, 0xdc58, 0x4876, { 0xad, 0x39, 0xe3, 0xf4, 0x18, 0xa1, 0x33, 0xc5 } }, // mTextControl
};
bool isPluginBanned(const MUUID &u1)
|