mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Update URLs to point to https://
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user