mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-04 09:00:44 +00:00
Tweak a couple of lines to refer to renderdoc.org instead of github
This commit is contained in:
+1
-1
@@ -76,7 +76,7 @@
|
||||
this.label2.Name = "label2";
|
||||
this.label2.Size = new System.Drawing.Size(439, 122);
|
||||
this.label2.TabIndex = 2;
|
||||
this.label2.Text = "Baldur Karlsson\r\nbaldurk@baldurk.org\r\nhttps://github.com/baldurk/renderdoc\r\nCopy" +
|
||||
this.label2.Text = "Baldur Karlsson\r\nbaldurk@baldurk.org\r\nhttps://renderdoc.org/\r\nCopy" +
|
||||
"right Baldur Karlsson 2016";
|
||||
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<WixLocalization Culture="en-us" xmlns="http://schemas.microsoft.com/wix/2006/localization">
|
||||
|
||||
<String Id="WelcomeDlgDescription">[ProductName] [ProductVersion] is a frame capture graphics debugger for Vulkan, D3D11, D3D12, and OpenGL (https://github.com/baldurk/renderdoc).

Click Next to continue or Cancel to exit Setup.</String>
|
||||
<String Id="WelcomeDlgDescription">[ProductName] [ProductVersion] is a frame capture graphics debugger for Vulkan, D3D11, D3D12, and OpenGL (https://renderdoc.org/).

Click Next to continue or Cancel to exit Setup.</String>
|
||||
<String Id="MaintenanceWelcomeDlgDescription">[ProductName] [ProductVersion] is already installed.

Click Next for options of to repair or remove it, or Cancel to exit the Setup Wizard.</String>
|
||||
|
||||
<String Id="AdvancedWelcomeEulaDlg_Title" Overridable="yes">[ProductName] [ProductVersion] Setup</String>
|
||||
|
||||
Reference in New Issue
Block a user