Fixed the version number in the AboutBox.

This commit is contained in:
Michael Möller 2010-02-27 20:26:05 +00:00
parent 2dcac6acac
commit 3a64f014e7

View File

@ -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,