Update URLs to point to https://

This commit is contained in:
baldurk
2016-11-10 16:19:16 +01:00
parent e6149a55ce
commit 01c0ec36b0
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ BEGIN
BLOCK "080904b0"
BEGIN
VALUE "CompanyName", "Baldur Karlsson"
VALUE "FileDescription", "Core DLL for RenderDoc - http://renderdoc.org/"
VALUE "FileDescription", "Core DLL for RenderDoc - https://renderdoc.org/"
VALUE "FileVersion", RENDERDOC_VERSION_STRING ".0.0"
VALUE "InternalName", "renderdoc.dll"
VALUE "LegalCopyright", "Copyright © 2016 Baldur Karlsson"
+1 -1
View File
@@ -33,7 +33,7 @@ using System.Resources;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("RenderDoc")]
[assembly: AssemblyDescription("RenderDoc UI replay app + launcher - http://renderdoc.org/")]
[assembly: AssemblyDescription("RenderDoc UI replay app + launcher - https://renderdoc.org/")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Baldur Karlsson")]
[assembly: AssemblyProduct("RenderDoc UI")]
+2 -2
View File
@@ -530,7 +530,7 @@
label3.TabIndex = 12;
label3.Text = "Allow periodic anonymous update checks";
label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.toolTip.SetToolTip(label3, "Allows RenderDoc to phone home to http://renderdoc.org to anonymously check for n" +
this.toolTip.SetToolTip(label3, "Allows RenderDoc to phone home to https://renderdoc.org to anonymously check for n" +
"ew versions.");
//
// CheckUpdate_AllowChecks
@@ -542,7 +542,7 @@
this.CheckUpdate_AllowChecks.Name = "CheckUpdate_AllowChecks";
this.CheckUpdate_AllowChecks.Size = new System.Drawing.Size(15, 14);
this.CheckUpdate_AllowChecks.TabIndex = 8;
this.toolTip.SetToolTip(this.CheckUpdate_AllowChecks, "Allows RenderDoc to phone home to http://renderdoc.org to anonymously check for n" +
this.toolTip.SetToolTip(this.CheckUpdate_AllowChecks, "Allows RenderDoc to phone home to https://renderdoc.org to anonymously check for n" +
"ew versions.");
this.CheckUpdate_AllowChecks.UseVisualStyleBackColor = true;
this.CheckUpdate_AllowChecks.CheckedChanged += new System.EventHandler(this.CheckUpdate_AllowChecks_CheckedChanged);