Fixed the version number in the AboutBox.
authormoel.mich
Sat, 27 Feb 2010 20:26:05 +0000
changeset 65d94a9b712b64
parent 64 15181001ee61
child 66 2b537d442924
Fixed the version number in the AboutBox.
GUI/AboutBox.cs
     1.1 --- a/GUI/AboutBox.cs	Sat Feb 27 20:08:13 2010 +0000
     1.2 +++ b/GUI/AboutBox.cs	Sat Feb 27 20:26:05 2010 +0000
     1.3 @@ -47,11 +47,11 @@
     1.4      public AboutBox() {
     1.5        InitializeComponent();
     1.6        this.Font = SystemFonts.MessageBoxFont;
     1.7 -
     1.8 +      this.label3.Text = "Version " + 
     1.9 +        System.Windows.Forms.Application.ProductVersion + " Beta";
    1.10        linkLabel.Links.Remove(linkLabel.Links[0]);
    1.11        linkLabel.Links.Add(0, linkLabel.Text.Length,
    1.12          "http://openhardwaremonitor.org");
    1.13 -
    1.14      }
    1.15  
    1.16      private void linkLabel1_LinkClicked(object sender,