diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-10-28 18:41:25 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-10-28 18:41:25 +0000 |
commit | 13a2213b0aaf3778221bb4caf010f7696c57be30 (patch) | |
tree | 5f64e093afc81b05e7ae296987f1865eb1023daf | |
parent | c591b27285d61aa1b4ba339b32272f2e8be14615 (diff) |
PluginUpdater:
- historysweeper will be replaced with historysweeperlight
git-svn-id: http://svn.miranda-ng.org/main/trunk@15640 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/PluginUpdater/src/DlgUpdate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/PluginUpdater/src/DlgUpdate.cpp b/plugins/PluginUpdater/src/DlgUpdate.cpp index d3bc162099..fa28483491 100644 --- a/plugins/PluginUpdater/src/DlgUpdate.cpp +++ b/plugins/PluginUpdater/src/DlgUpdate.cpp @@ -529,6 +529,7 @@ static renameTable[] = { _T("actman30.dll"), _T("Plugins\\actman.dll") },
{ _T("skype.dll"), _T("Plugins\\skypeweb.dll") },
{ _T("skypeclassic.dll"), _T("Plugins\\skypeweb.dll") },
+ { _T("historysweeper.dll"), _T("Plugins\\historysweeperlight.dll") },
#if MIRANDA_VER >= 0x0A00
{ _T("dbx_mmap_sa.dll"), _T("Plugins\\dbx_mmap.dll") },
|