From 4584917714e9d7abee8cef345aa40de14dae0e33 Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 7 Oct 2011 17:57:48 +0000 Subject: WinGui: Rename Mixdown Passthru to None git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4267 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/CS/HandBrake.Interop/HandBrakeInterop/Model/Encoding/Mixdown.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop') 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, } } -- cgit v1.2.3