diff options
Diffstat (limited to 'win')
-rw-r--r-- | win/C#/Controls/AudioPanel.cs | 8 | ||||
-rw-r--r-- | win/C#/frmMain.Designer.cs | 1 |
2 files changed, 4 insertions, 5 deletions
diff --git a/win/C#/Controls/AudioPanel.cs b/win/C#/Controls/AudioPanel.cs index c377edd0b..b43e6d028 100644 --- a/win/C#/Controls/AudioPanel.cs +++ b/win/C#/Controls/AudioPanel.cs @@ -1,8 +1,7 @@ /* AudioPanel.cs $
-
- This file is part of the HandBrake source code.
- Homepage: <http://handbrake.fr>.
- It may be used under the terms of the GNU General Public License. */
+ This file is part of the HandBrake source code.
+ Homepage: <http://handbrake.fr>.
+ It may be used under the terms of the GNU General Public License. */
namespace Handbrake.Controls
{
@@ -158,7 +157,6 @@ namespace Handbrake.Controls drp_audioTrack.SelectedIndex = drp_audioTrack.Items.Count >= 3 ? 2 : 0;
// "Use Foreign language audio and Subtitles"
}
- drp_audioMix.SelectedIndex = 0;
}
// Control and ListView
diff --git a/win/C#/frmMain.Designer.cs b/win/C#/frmMain.Designer.cs index 618902549..dad2201f2 100644 --- a/win/C#/frmMain.Designer.cs +++ b/win/C#/frmMain.Designer.cs @@ -1077,6 +1077,7 @@ namespace Handbrake this.x264Panel.Name = "x264Panel";
this.x264Panel.Size = new System.Drawing.Size(720, 306);
this.x264Panel.TabIndex = 0;
+ this.x264Panel.X264Query = " -x ";
//
// tab_query
//
|