v2.0.2.1
This commit is contained in:
parent
b7d83eea2c
commit
712c33adf1
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
<UseWindowsForms>true</UseWindowsForms>
|
||||
<ApplicationIcon>ini.ico</ApplicationIcon>
|
||||
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
|
||||
<Version>2.0.2.0</Version>
|
||||
<Version>2.0.2.1</Version>
|
||||
<PackageIcon>ini.ico</PackageIcon>
|
||||
<PackageIconUrl />
|
||||
<Description>Automatically generates and installs CreamAPI files for Steam games on the user's computer. It can also generate and install CreamAPI for the Paradox Launcher should the user select a Paradox Interactive game.</Description>
|
||||
|
|
2
CreamInstaller/Forms/SelectForm.Designer.cs
generated
2
CreamInstaller/Forms/SelectForm.Designer.cs
generated
|
@ -53,7 +53,7 @@ namespace CreamInstaller
|
|||
this.acceptButton.Name = "acceptButton";
|
||||
this.acceptButton.Size = new System.Drawing.Size(150, 23);
|
||||
this.acceptButton.TabIndex = 102;
|
||||
this.acceptButton.Text = "Download and Install";
|
||||
this.acceptButton.Text = "Generate and Install";
|
||||
this.acceptButton.UseVisualStyleBackColor = true;
|
||||
this.acceptButton.Click += new System.EventHandler(this.OnAccept);
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue