cosmetics

This commit is contained in:
Juergen Tem 2018-09-20 15:46:20 +02:00
parent 1b979f8e34
commit ea24959646
No known key found for this signature in database
GPG Key ID: 0A9625B1654DCE28
2 changed files with 3 additions and 1 deletions

View File

@ -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);

View File

@ -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)