diff options
author | sr55 <[email protected]> | 2007-07-11 12:56:13 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2007-07-11 12:56:13 +0000 |
commit | 407b71dfd22e7d0d7b2d0abba4e5c3c0995875e8 (patch) | |
tree | 8ef5b019b3606103a2487020992be3193f8352a3 /win/C#/frmMain.Designer.cs | |
parent | 1f013f7fed5b0103afe4e33a860be91b2e94f660 (diff) |
WinGui:
- Couple bug fixes + a bit of code tidy up.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@672 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/frmMain.Designer.cs')
-rw-r--r-- | win/C#/frmMain.Designer.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index cf31aecf1..67c5e97ed 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -1362,6 +1362,12 @@ namespace Handbrake this.drp_audioMixDown.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
this.drp_audioMixDown.Font = new System.Drawing.Font("Verdana", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.drp_audioMixDown.FormattingEnabled = true;
+ this.drp_audioMixDown.Items.AddRange(new object[] {
+ "Mono",
+ "Stereo",
+ "Dolby Surround",
+ "Dolby Pro Logic II",
+ "6 Channel Discrete"});
this.drp_audioMixDown.Location = new System.Drawing.Point(157, 127);
this.drp_audioMixDown.Name = "drp_audioMixDown";
this.drp_audioMixDown.Size = new System.Drawing.Size(173, 21);
|