mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-31 06:15:08 +00:00
Fixed Issue 222.
This commit is contained in:
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.Size = new System.Drawing.Size(75, 23);
|
||||
this.exitButton.TabIndex = 3;
|
||||
this.exitButton.Text = "Canel";
|
||||
this.exitButton.Text = "Cancel";
|
||||
this.exitButton.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// commentTextBox
|
||||
|
@@ -37,5 +37,5 @@
|
||||
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyVersion("0.3.1.0")]
|
||||
[assembly: AssemblyInformationalVersion("0.3.1 Beta")]
|
||||
[assembly: AssemblyVersion("0.3.2.0")]
|
||||
[assembly: AssemblyInformationalVersion("0.3.2 Beta")]
|
Reference in New Issue
Block a user