GUI/AboutBox.cs
changeset 65 d94a9b712b64
parent 1 361e324a0ed4
child 107 b94ce6a3aaf4
     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,