mirror of
https://github.com/jellyfin/BDInfo.git
synced 2024-11-27 08:20:52 +00:00
cosmetics
This commit is contained in:
parent
1b979f8e34
commit
ea24959646
2
BDInfo/FormMain.Designer.cs
generated
2
BDInfo/FormMain.Designer.cs
generated
@ -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);
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user