diff --git a/GUI/AboutBox.cs b/GUI/AboutBox.cs index 10509f1..10ce652 100644 --- a/GUI/AboutBox.cs +++ b/GUI/AboutBox.cs @@ -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,