summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/mTextControl/mtextcontrol.vcxproj2
-rw-r--r--plugins/PluginUpdater/src/DlgUpdate.cpp1
-rw-r--r--src/mir_app/src/newplugins.cpp1
3 files changed, 3 insertions, 1 deletions
diff --git a/libs/mTextControl/mtextcontrol.vcxproj b/libs/mTextControl/mtextcontrol.vcxproj
index 9bef453c29..6ace2487b1 100644
--- a/libs/mTextControl/mtextcontrol.vcxproj
+++ b/libs/mTextControl/mtextcontrol.vcxproj
@@ -19,7 +19,7 @@
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
- <ProjectName>mTextControl</ProjectName>
+ <ProjectName>libTextControl</ProjectName>
<ProjectGuid>{E26D2311-C164-48CF-BA24-5CEDA873D1B2}</ProjectGuid>
</PropertyGroup>
<ImportGroup Label="PropertySheets">
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp
index 2166503d79..8a9850804e 100644
--- a/plugins/PluginUpdater/src/DlgUpdate.cpp
+++ b/plugins/PluginUpdater/src/DlgUpdate.cpp
@@ -571,6 +571,7 @@ static renameTable[] =
{ L"modernopt.dll", nullptr },
{ L"msvcp100.dll", nullptr },
{ L"msvcr100.dll", nullptr },
+ { L"mtextcontrol.dll", nullptr },
{ L"sms.dll", nullptr },
{ L"tlen.dll", nullptr },
{ L"whatsapp.dll", nullptr },
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)