mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-29 21:37:38 +00:00
Fixed Issue 222.
This commit is contained in:
parent
8ed6399a0e
commit
7d0d8e766b
2
GUI/ReportForm.Designer.cs
generated
2
GUI/ReportForm.Designer.cs
generated
@ -95,7 +95,7 @@ namespace OpenHardwareMonitor.GUI {
|
|||||||
this.exitButton.Name = "exitButton";
|
this.exitButton.Name = "exitButton";
|
||||||
this.exitButton.Size = new System.Drawing.Size(75, 23);
|
this.exitButton.Size = new System.Drawing.Size(75, 23);
|
||||||
this.exitButton.TabIndex = 3;
|
this.exitButton.TabIndex = 3;
|
||||||
this.exitButton.Text = "Canel";
|
this.exitButton.Text = "Cancel";
|
||||||
this.exitButton.UseVisualStyleBackColor = true;
|
this.exitButton.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
// commentTextBox
|
// commentTextBox
|
||||||
|
@ -37,5 +37,5 @@
|
|||||||
|
|
||||||
using System.Reflection;
|
using System.Reflection;
|
||||||
|
|
||||||
[assembly: AssemblyVersion("0.3.1.0")]
|
[assembly: AssemblyVersion("0.3.2.0")]
|
||||||
[assembly: AssemblyInformationalVersion("0.3.1 Beta")]
|
[assembly: AssemblyInformationalVersion("0.3.2 Beta")]
|
Loading…
x
Reference in New Issue
Block a user