diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-31 18:18:59 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-31 18:18:59 +0000 |
commit | ee073251eba82de6a4632b467b1574baddd6aeaa (patch) | |
tree | 5fbadbc4e2068d60fba4de2ee9f7170bd2506582 /plugins/PluginUpdater | |
parent | afdb3f779b8d9059a474882ad78974b3ce021ff7 (diff) |
SkypeClassic moved to deprecated
git-svn-id: http://svn.miranda-ng.org/main/trunk@13943 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/PluginUpdater')
-rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index 6ebafacb3e..7282f2f045 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -524,16 +524,14 @@ static renameTable[] = { _T("rss.dll"), _T("Plugins\\newsaggregator.dll") },
{ _T("dbx_3x.dll"), _T("Plugins\\dbx_mmap.dll") },
{ _T("actman30.dll"), _T("Plugins\\actman.dll") },
+ { _T("skype.dll"), _T("Plugins\\skypeweb.dll") },
+ { _T("skypeclassic.dll"), _T("Plugins\\skypeweb.dll") },
#if MIRANDA_VER >= 0x0A00
{ _T("dbx_mmap_sa.dll"), _T("Plugins\\dbx_mmap.dll") },
{ _T("dbx_tree.dll"), _T("Plugins\\dbx_mmap.dll") },
{ _T("rc4.dll"), NULL },
{ _T("athena.dll"), NULL },
- { _T("skype.dll"), NULL },
- { _T("skypekit.exe"), NULL },
-#else
- { _T("skype.dll"), _T("Plugins\\skypeclassic.dll") },
#endif
{ _T("proto_newsaggr.dll"), _T("Icons\\proto_newsaggregator.dll") },
|