# HG changeset patch # User moel.mich # Date 1267302365 0 # Node ID d94a9b712b643cc5f6f3f68d46f5f2484818a154 # Parent 15181001ee61a25d9ad1092ad11ecdd2f3e5b078 Fixed the version number in the AboutBox. diff -r 15181001ee61 -r d94a9b712b64 GUI/AboutBox.cs --- a/GUI/AboutBox.cs Sat Feb 27 20:08:13 2010 +0000 +++ b/GUI/AboutBox.cs Sat Feb 27 20:26:05 2010 +0000 @@ -47,11 +47,11 @@ 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,