diff --git a/BDInfo/FormMain.Designer.cs b/BDInfo/FormMain.Designer.cs index 8129eab..7dcc5b4 100644 --- a/BDInfo/FormMain.Designer.cs +++ b/BDInfo/FormMain.Designer.cs @@ -505,7 +505,7 @@ namespace BDInfo this.DoubleBuffered = true; this.KeyPreview = true; this.Name = "FormMain"; - this.Text = "BDInfo v.0.7.4"; + this.Text = "BDInfo"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing); this.Load += new System.EventHandler(this.FormMain_Load); this.LocationChanged += new System.EventHandler(this.FormMain_LocationChanged); diff --git a/BDInfo/FormMain.cs b/BDInfo/FormMain.cs index e532be3..0e16dd0 100644 --- a/BDInfo/FormMain.cs +++ b/BDInfo/FormMain.cs @@ -69,6 +69,8 @@ namespace BDInfo textBoxSource.Text = BDInfoSettings.LastPath; } this.Icon = BDInfo.Properties.Resources.Bluray_disc; + + Text += String.Format(" v{0}", Application.ProductVersion); } private void FormMain_Load(object sender, EventArgs e)