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

Replace Codeplex links by ones on veracrypt.fr

This commit is contained in:
Mounir IDRASSI
2017-05-14 11:42:52 +02:00
parent 5e1fffa871
commit 817ffac87e
48 changed files with 198 additions and 157 deletions

View File

@@ -953,7 +953,7 @@ BOOL CALLBACK MainDialogProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPa
if (lw == IDM_HOMEPAGE )
{
ArrowWaitCursor ();
ShellExecute (NULL, L"open", L"https://veracrypt.codeplex.com", NULL, NULL, SW_SHOWNORMAL);
ShellExecute (NULL, L"open", L"https://www.veracrypt.fr", NULL, NULL, SW_SHOWNORMAL);
Sleep (200);
NormalCursor ();