diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-05-06 13:16:51 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-05-06 13:16:51 +0300 |
| commit | 5b0030037c5996b3e839f9a78c4ccb2e89cfc909 (patch) | |
| tree | 4c86b27be0c2776ee3a36b611ae82d6608072cd8 /plugins/PluginUpdater/src/DlgUpdate.cpp | |
| parent | f1d587c11cdfcbf509e4905509170a8d3dd7259a (diff) | |
fixes #4899 (SkypeWeb: deprecation)
Diffstat (limited to 'plugins/PluginUpdater/src/DlgUpdate.cpp')
| -rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index cd3d9a2402..6340cd8540 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -562,6 +562,8 @@ static renameTable[] = { L"omegle.dll", nullptr },
{ L"openssl.dll", nullptr },
{ L"rate.dll", nullptr },
+ { L"skypestatuschange.dll", nullptr },
+ { L"skypeweb.dll", nullptr },
{ L"spamotron.dll", nullptr },
{ L"sms.dll", nullptr },
{ L"tlen.dll", nullptr },
|
