diff options
author | sr55 <[email protected]> | 2009-08-12 21:23:46 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2009-08-12 21:23:46 +0000 |
commit | 717920218b3efed725db48e5a3db63465fd9512b (patch) | |
tree | aba88823a3d7d7fe58eb44f0de73907e284e8046 /win/C# | |
parent | 3af4671bf310a96cec339feeb05839d4eb979abc (diff) |
WinGui:
- Replaced 86 with 96 in audio bitrate dropdown.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2763 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#')
-rw-r--r-- | win/C#/Controls/AudioPanel.Designer.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/C#/Controls/AudioPanel.Designer.cs b/win/C#/Controls/AudioPanel.Designer.cs index dd5741919..17583502d 100644 --- a/win/C#/Controls/AudioPanel.Designer.cs +++ b/win/C#/Controls/AudioPanel.Designer.cs @@ -91,7 +91,7 @@ namespace Handbrake.Controls this.lv_audioList.Name = "lv_audioList";
this.lv_audioList.Size = new System.Drawing.Size(689, 147);
this.lv_audioList.TabIndex = 65;
- //this.lv_audioList.UseCompatibleStateImageBehavior = false;
+ this.lv_audioList.UseCompatibleStateImageBehavior = false;
this.lv_audioList.View = System.Windows.Forms.View.Details;
this.lv_audioList.SelectedIndexChanged += new System.EventHandler(this.lv_audioList_SelectedIndexChanged);
//
@@ -340,7 +340,7 @@ namespace Handbrake.Controls "56",
"64",
"80",
- "86",
+ "96",
"112",
"128",
"160"});
|