1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 11:08:02 -06:00

Point to the SourceForge website instead of idrix.fr for the application link. Remove OS parameter is URL constructed under Linux/MacOSX

This commit is contained in:
Mounir IDRASSI
2014-06-18 23:17:53 +02:00
parent 4b6594325f
commit a81790329f
2 changed files with 4 additions and 4 deletions

View File

@@ -1012,7 +1012,7 @@ namespace TrueCrypt
wxString GraphicUserInterface::GetHomepageLinkURL (const wxString &linkId, bool secure, const wxString &extraVars) const
{
wxString url = wxString (StringConverter::ToWide (secure ? TC_APPLINK_SECURE : TC_APPLINK)) + L"&dest=" + linkId;
wxString url = wxString (StringConverter::ToWide (secure ? TC_APPLINK_SECURE : TC_APPLINK)); /* + L"&dest=" + linkId;
wxString os, osVersion, architecture;
#ifdef TC_WINDOWS
@@ -1053,7 +1053,7 @@ namespace TrueCrypt
url += L"&";
url += extraVars;
}
*/
return url;
}