Revision: 7605
http://sourceforge.net/p/winmerge/code/7605
Author: gerundt
Date: 2013-03-10 13:07:51 +0000 (Sun, 10 Mar 2013)
Log Message:
-----------
Bugfix: Download link to the 7-zip plugin installer is broken (bugs:#2128)
Modified Paths:
--------------
branches/R2_14/Docs/Users/ChangeLog.txt
branches/R2_14/Src/7zCommon.cpp
Modified: branches/R2_14/Docs/Users/ChangeLog.txt
===================================================================
--- branches/R2_14/Docs/Users/ChangeLog.txt 2013-03-10 13:07:20 UTC (rev 7604)
+++ branches/R2_14/Docs/Users/ChangeLog.txt 2013-03-10 13:07:51 UTC (rev 7605)
@@ -5,6 +5,7 @@
http://winmerge.org/tracker/[tracker-id]
WinMerge 2.14.2
+ Bugfix: Download link to the 7-zip plugin installer is broken (bugs:#2128)
Translation updates:
- Basque (patches:#3024)
Modified: branches/R2_14/Src/7zCommon.cpp
===================================================================
--- branches/R2_14/Src/7zCommon.cpp 2013-03-10 13:07:20 UTC (rev 7604)
+++ branches/R2_14/Src/7zCommon.cpp 2013-03-10 13:07:51 UTC (rev 7605)
@@ -225,7 +225,7 @@
/**
* @brief Download URL for C7ZipMismatchException's ReportError() popup.
*/
-const TCHAR C7ZipMismatchException::m_strDownloadURL[] = _T("https://sourceforge.net/project/showfiles.php?group_id=13216&package_id=143957");
+const TCHAR C7ZipMismatchException::m_strDownloadURL[] = _T("http://sourceforge.net/projects/winmerge/files/7-zip-plugin/");
/**
* @brief Retrieve build number of given DLL.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|