diff options
author | watcher <watcherhd@gmail.com> | 2016-10-12 17:11:31 +0300 |
---|---|---|
committer | watcher <watcherhd@gmail.com> | 2016-10-12 17:11:31 +0300 |
commit | 5bd197fb7b3245793e2f555339c3b2425d6b590d (patch) | |
tree | 13bdcb2e6b279a44fd45bedc13856218e25cecd6 /plugins/PluginUpdater | |
parent | 98640ff05f7737036345ae971bc6fdeadc2230f0 (diff) |
yahoo.dll added to remove list of plugin updater
Diffstat (limited to 'plugins/PluginUpdater')
-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 7bbb59b784..c744c94139 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -584,6 +584,7 @@ static renameTable[] = { L"langman.dll", NULL },
{ L"metacontacts.dll", NULL },
{ L"xfire.dll", NULL },
+ { L"yahoo.dll", NULL },
{ L"WART-*.exe", NULL },
};
|