diff options
author | George Hazan <george.hazan@gmail.com> | 2023-11-12 19:03:36 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2023-11-12 19:03:36 +0300 |
commit | 0ea1ce46b586e93ecd78a57e8d30e492d67691f1 (patch) | |
tree | 83ce2c0c79cf857ff76667c89ce08ab38cfd6006 /plugins/PluginUpdater/src | |
parent | 0c8e371e94510432b6e4bd78080d7491ae0c7b3f (diff) |
fixes #3917 (Omegle is dead)
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 c056d2220e..035a502159 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -557,6 +557,7 @@ static renameTable[] = { L"msvcp100.dll", nullptr },
{ L"msvcr100.dll", nullptr },
{ L"mtextcontrol.dll", nullptr },
+ { L"omegle.dll", nullptr },
{ L"openssl.dll", nullptr },
{ L"rate.dll", nullptr },
{ L"sms.dll", nullptr },
|