diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-08 14:33:49 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-08 14:33:55 +0300 |
commit | bd250bf083ef4e99af085b9680438679cdd0c619 (patch) | |
tree | dc0bbefce167fd1e50a5e28e180e8c11d1f55819 /plugins/PluginUpdater/src | |
parent | 439c784163305dd511748b576cae4ef689800c4e (diff) |
fixes #3865 (make Rate plugin deprecated)
Diffstat (limited to 'plugins/PluginUpdater/src')
-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 a88a14292b..c056d2220e 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -558,6 +558,7 @@ static renameTable[] = { L"msvcr100.dll", nullptr },
{ L"mtextcontrol.dll", nullptr },
{ L"openssl.dll", nullptr },
+ { L"rate.dll", nullptr },
{ L"sms.dll", nullptr },
{ L"tlen.dll", nullptr },
{ L"xfire.dll", nullptr },
|