From 688b44ae1b310669aeeebf69c8229cff33197755 Mon Sep 17 00:00:00 2001 From: Monsieur Z Date: Fri, 31 Jul 2015 20:46:53 +0200 Subject: [PATCH] Replace Codeplex --- Setup/Code.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Setup/Code.inc b/Setup/Code.inc index f24ec0806..517f5a506 100644 --- a/Setup/Code.inc +++ b/Setup/Code.inc @@ -226,9 +226,9 @@ function InitializeSetup: Boolean; begin InitializePaths; if not VSNET2013 then begin - MsgBox(ExpandConstant('Either Visual Studio {#VsVersionHuman} or Visual Studio {#VsVersionHuman} (integrated shell) is not installed! Please see CodePlex documentation for supported editions/versions of Visual Studio.'), MbError, MB_OK); + MsgBox(ExpandConstant('Either Visual Studio {#VsVersionHuman} or Visual Studio {#VsVersionHuman} (integrated shell) is not installed! Please see Cosmos documentation on GitHub for supported editions/versions of Visual Studio.'), MbError, MB_OK); Result := false; exit; end; Result := true; -end; \ No newline at end of file +end;