diff options
author | George Hazan <ghazan@miranda.im> | 2018-07-25 13:37:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-07-25 13:37:35 +0300 |
commit | 1d52eacf30666055f658ede0922247a3dde5902b (patch) | |
tree | 30e9300bffeaea4cb06683b37763865a276a3106 /plugins/PluginUpdater | |
parent | 7fa146da5ce8f90afc80fe69311671966791922b (diff) |
compilation fix
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
|