diff options
Diffstat (limited to 'win/C#/frmAbout.Designer.cs')
-rw-r--r-- | win/C#/frmAbout.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/frmAbout.Designer.cs b/win/C#/frmAbout.Designer.cs index c289725e6..b9955d4c9 100644 --- a/win/C#/frmAbout.Designer.cs +++ b/win/C#/frmAbout.Designer.cs @@ -88,7 +88,7 @@ namespace Handbrake this.Label3.Name = "Label3";
this.Label3.Size = new System.Drawing.Size(78, 13);
this.Label3.TabIndex = 25;
- this.Label3.Text = "Handbrake";
+ this.Label3.Text = "HandBrake";
//
// PictureBox1
//
@@ -149,7 +149,7 @@ namespace Handbrake this.MinimizeBox = false;
this.Name = "frmAbout";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "About Handbrake";
+ this.Text = "About HandBrake";
((System.ComponentModel.ISupportInitialize)(this.PictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
|