diff options
author | sr55 <[email protected]> | 2010-03-10 21:09:05 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-03-10 21:09:05 +0000 |
commit | 4f57fc45d8d98e44b10a8c22226899b7365ad293 (patch) | |
tree | cdbf7a160a9c0cc7f2b7db8135acc82fa585da51 /win/C#/Controls/AudioPanel.cs | |
parent | c2ea92687f2ef8522f3f44cfa31248eea21a29f5 (diff) |
WinGui:
- Don't reset mixdown to mono on source scan.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3156 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Controls/AudioPanel.cs')
-rw-r--r-- | win/C#/Controls/AudioPanel.cs | 8 |
1 files changed, 3 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
|