mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-31 14:25:16 +00:00
Fixed the version number in the AboutBox.
This commit is contained in:
@@ -47,11 +47,11 @@ namespace OpenHardwareMonitor.GUI {
|
|||||||
public AboutBox() {
|
public AboutBox() {
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
this.Font = SystemFonts.MessageBoxFont;
|
this.Font = SystemFonts.MessageBoxFont;
|
||||||
|
this.label3.Text = "Version " +
|
||||||
|
System.Windows.Forms.Application.ProductVersion + " Beta";
|
||||||
linkLabel.Links.Remove(linkLabel.Links[0]);
|
linkLabel.Links.Remove(linkLabel.Links[0]);
|
||||||
linkLabel.Links.Add(0, linkLabel.Text.Length,
|
linkLabel.Links.Add(0, linkLabel.Text.Length,
|
||||||
"http://openhardwaremonitor.org");
|
"http://openhardwaremonitor.org");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void linkLabel1_LinkClicked(object sender,
|
private void linkLabel1_LinkClicked(object sender,
|
||||||
|
Reference in New Issue
Block a user