diff options
author | sr55 <[email protected]> | 2008-09-18 16:51:49 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-09-18 16:51:49 +0000 |
commit | c8338193fc58ba12f46870027c1e1c6a2454d145 (patch) | |
tree | 51a8191152ed2372d5f6b84007a338666d90f6da /win/C#/frmOptions.Designer.cs | |
parent | 636794fcffc0c451b557aeaa977c5fde37cced66 (diff) |
WinGui:
- Couple of bug fixes. Crop, -f option, typo
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1717 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmOptions.Designer.cs')
-rw-r--r-- | win/C#/frmOptions.Designer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/C#/frmOptions.Designer.cs b/win/C#/frmOptions.Designer.cs index 7555735b4..3ee7e5c36 100644 --- a/win/C#/frmOptions.Designer.cs +++ b/win/C#/frmOptions.Designer.cs @@ -500,7 +500,7 @@ namespace Handbrake this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(131, 13);
this.label8.TabIndex = 61;
- this.label8.Text = "Handbrake Options";
+ this.label8.Text = "HandBrake Options";
//
// pictureBox2
//
|