diff options
author | sr55 <[email protected]> | 2008-09-16 11:30:30 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-09-16 11:30:30 +0000 |
commit | f1809fae2b817c697ae663167f0ab31c2e0aa676 (patch) | |
tree | 387a95af12a87ef61009929a2393bb9f794c1ebd /win/C#/frmAbout.Designer.cs | |
parent | d2c2574679ee6ea93d41a89f7a6a53ce666ff3da (diff) |
WinGui:
- Fixed a number of incorrect tooltips and text labels.
- Moved the deblock control again, see if I can't completely avoid it overlapping another control.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1702 b64f7644-9d1e-0410-96f1-a4d463321fa5
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();
|