From 3a64f014e781acd552e5e5f2adf8f1b2f1870e2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=B6ller?= Date: Sat, 27 Feb 2010 20:26:05 +0000 Subject: [PATCH] Fixed the version number in the AboutBox. --- GUI/AboutBox.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,