diff options
-rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index 78c0a24dc1..e7a0856112 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -519,11 +519,14 @@ static renameTable[] = #if MIRANDA_VER >= 0x0A00
{ _T("dbx_mmap_sa.dll"), _T("Plugins\\dbx_mmap.dll") },
{ _T("dbx_tree.dll"), _T("Plugins\\dbx_mmap.dll") },
- { _T("skype.dll"), _T("Plugins\\skypeclassic") },
{ _T("rc4.dll"), NULL },
{ _T("athena.dll"), NULL },
#endif
+#if MIRANDA_VER < 0x0A00
+ { _T("skype.dll"), _T("Plugins\\skypeclassic.dll") },
+#endif
+
{ _T("proto_newsaggr.dll"), _T("Icons\\proto_newsaggregator.dll") },
{ _T("clienticons_*.dll"), _T("Icons\\fp_icons.dll") },
{ _T("fp_*.dll"), _T("Icons\\fp_icons.dll") },
|