summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2014-08-06 17:08:34 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2014-08-06 17:08:34 +0000
commit63b04a496293643b29f426d4a01720a35e84c29d (patch)
treeaa13a9cea857acf481cf3405ccfeeb4510c1b1a8
parent1ac33986d84d54a3243705194c52549885855f83 (diff)
fix for previous commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@10097 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--plugins/PluginUpdater/src/DlgUpdate.cpp5
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") },