diff options
author | sr55 <[email protected]> | 2008-11-30 21:06:51 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2008-11-30 21:06:51 +0000 |
commit | 55c96affb67a5a77a72bfce60676bdff219cbd70 (patch) | |
tree | 4137eae577e4e2acda94edce46fc3f6e08af3f49 /win/C#/frmQueue.Designer.cs | |
parent | a711b499a63d593c2aeb2cde879bdb6a0e41cf01 (diff) |
WinGui:
- Fixes "Audio" typo on Queue Window
- If AppleTV is selected, don't reset audio track 2 on new scan
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1978 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmQueue.Designer.cs')
-rw-r--r-- | win/C#/frmQueue.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/frmQueue.Designer.cs b/win/C#/frmQueue.Designer.cs index 1597c3926..bb0635c7a 100644 --- a/win/C#/frmQueue.Designer.cs +++ b/win/C#/frmQueue.Designer.cs @@ -136,9 +136,9 @@ namespace Handbrake this.label4.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(225, 57);
this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(47, 26);
+ this.label4.Size = new System.Drawing.Size(48, 26);
this.label4.TabIndex = 70;
- this.label4.Text = "Video:\r\nAudo:";
+ this.label4.Text = "Video:\r\nAudio:";
//
// lbl_chapt
//
|