diff options
author | George Hazan <ghazan@miranda.im> | 2018-03-07 22:30:16 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-03-07 22:30:16 +0300 |
commit | e9e0d8203c36c1d2e2aa4201e01bf4206804f25b (patch) | |
tree | f74890d47810821e9f578e85dca820e980c97c84 /plugins/PluginUpdater/src | |
parent | 1cd15bc24f7e8cb87e9a9b96dd05ce62ce58cf0d (diff) |
bye-bye, Advaimg, you served us well for 15 years...
Diffstat (limited to 'plugins/PluginUpdater/src')
-rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index c7c792cde7..a334199f3c 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -581,7 +581,9 @@ static renameTable[] = { L"srmm.dll", nullptr },
{ L"stdchat.dll", nullptr },
{ L"stdurl.dll", nullptr },
- { L"aim.dll", nullptr },
+
+ { L"advaimg.dll", nullptr },
+ { L"aim.dll", nullptr },
{ L"dbx_sqlite.dll", nullptr },
{ L"dropbox.dll", nullptr },
{ L"extraicons.dll", nullptr },
@@ -596,7 +598,7 @@ static renameTable[] = { L"msvcp100.dll", nullptr },
{ L"msvcr100.dll", nullptr },
{ L"tlen.dll", nullptr },
- { L"whatsapit->dll", nullptr },
+ { L"whatsapit->dll", nullptr },
{ L"xfire.dll", nullptr },
{ L"yahoo.dll", nullptr },
{ L"yahoogroups.dll", nullptr },
|