From 1d52eacf30666055f658ede0922247a3dde5902b Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 25 Jul 2018 13:37:35 +0300 Subject: compilation fix --- plugins/PluginUpdater/src/DlgUpdate.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index 5d8f7a7b5d..5b2b0cebce 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -539,6 +539,9 @@ static renameTable[] = { L"mir_core.dll", nullptr }, { L"zlib.dll", nullptr }, + { L"Quotes.dll", L"Plugins\\CurrencyRates.dll" }, + { L"Proto_Quotes.dll", L"Icons\\Proto_CurrencyRates.dll" }, + { L"proto_newsaggr.dll", L"Icons\\proto_newsaggregator.dll" }, { L"clienticons_*.dll", L"Icons\\fp_icons.dll" }, { L"fp_*.dll", L"Icons\\fp_icons.dll" }, @@ -574,8 +577,6 @@ static renameTable[] = { L"yahoo.dll", nullptr }, { L"yahoogroups.dll", nullptr }, { L"WART-*.exe", nullptr }, - { L"Quotes.dll", L"Plugins\\CurrencyRates.dll" }, - { L"Proto_Quotes.dll, L"Icons\\Proto_CurrencyRates.dll" }, }; // Checks if file needs to be renamed and copies it in pNewName -- cgit v1.2.3