diff options
author | sr55 <[email protected]> | 2011-10-07 17:57:48 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2011-10-07 17:57:48 +0000 |
commit | 4584917714e9d7abee8cef345aa40de14dae0e33 (patch) | |
tree | fe14907c232aff7eb23ef148e5cfeaa482b1016b /win/CS/HandBrake.Interop | |
parent | d1394e56efcd01c26c231ee2066eb43d163543f7 (diff) |
WinGui: Rename Mixdown Passthru to None
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4267 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/Mixdown.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/Mixdown.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/Mixdown.cs index 5138bbeb9..f804c4ea2 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/Mixdown.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/Mixdown.cs @@ -19,7 +19,7 @@ namespace HandBrake.Interop.Model.Encoding [Display(Name = "Dolby Pro Logic II")]
DolbyProLogicII = 0,
- [Display(Name = "Auto")]
+ [Display(Name = "Automatic")]
Auto,
[Display(Name = "Mono")]
@@ -34,7 +34,7 @@ namespace HandBrake.Interop.Model.Encoding [Display(Name = "6 Channel Discrete")]
SixChannelDiscrete,
- [Display(Name = "Passthru")]
- Passthrough,
+ [Display(Name = "None")]
+ None,
}
}
|