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:
@@ -252,8 +252,8 @@ void EraseMemory (void *memory, int size);
|
|||||||
#define MAX_URL_LENGTH 2084 /* Internet Explorer limit. Includes the terminating null character. */
|
#define MAX_URL_LENGTH 2084 /* Internet Explorer limit. Includes the terminating null character. */
|
||||||
|
|
||||||
#define TC_HOMEPAGE "http://www.idrix.fr/"
|
#define TC_HOMEPAGE "http://www.idrix.fr/"
|
||||||
#define TC_APPLINK "http://www.idrix.fr/"
|
#define TC_APPLINK "http://sourceforge.net/projects/veracrypt/"
|
||||||
#define TC_APPLINK_SECURE "https://www.idrix.fr/"
|
#define TC_APPLINK_SECURE "https://sourceforge.net/projects/veracrypt/"
|
||||||
|
|
||||||
enum
|
enum
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1012,7 +1012,7 @@ namespace TrueCrypt
|
|||||||
|
|
||||||
wxString GraphicUserInterface::GetHomepageLinkURL (const wxString &linkId, bool secure, const wxString &extraVars) const
|
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;
|
wxString os, osVersion, architecture;
|
||||||
|
|
||||||
#ifdef TC_WINDOWS
|
#ifdef TC_WINDOWS
|
||||||
@@ -1053,7 +1053,7 @@ namespace TrueCrypt
|
|||||||
url += L"&";
|
url += L"&";
|
||||||
url += extraVars;
|
url += extraVars;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
return url;
|
return url;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user