diff options
Diffstat (limited to 'plugins/PluginUpdater')
-rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 5 |
1 files 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
|