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