diff options
author | George Hazan <ghazan@miranda.im> | 2018-11-27 21:10:30 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-11-27 21:10:30 +0300 |
commit | db55f5b6eb4911fc1062917d7e95b6aaae165fdf (patch) | |
tree | 837646ed9b16e27c4915e1b76900fb88ba6d18ff /plugins | |
parent | 40c4c15d469744813f75e73ae9edf82485c1862f (diff) |
fixes #1614 (MRA protocol deprecated due its death)
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index fbdaee7bf2..cb7134407a 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -568,6 +568,7 @@ static renameTable[] = { L"langman.dll", nullptr },
{ L"libtox.dll", nullptr },
{ L"metacontacts.dll", nullptr },
+ { L"mra.dll", nullptr },
{ L"modernopt.dll", nullptr },
{ L"msvcp100.dll", nullptr },
{ L"msvcr100.dll", nullptr },
|