diff options
Diffstat (limited to 'win/CS/HandBrakeWPF/Converters/Queue/PictureSettingsDescConveter.cs')
-rw-r--r-- | win/CS/HandBrakeWPF/Converters/Queue/PictureSettingsDescConveter.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/HandBrakeWPF/Converters/Queue/PictureSettingsDescConveter.cs b/win/CS/HandBrakeWPF/Converters/Queue/PictureSettingsDescConveter.cs index 34afc9784..9af228b0e 100644 --- a/win/CS/HandBrakeWPF/Converters/Queue/PictureSettingsDescConveter.cs +++ b/win/CS/HandBrakeWPF/Converters/Queue/PictureSettingsDescConveter.cs @@ -48,8 +48,8 @@ namespace HandBrakeWPF.Converters.Queue string resolution = string.Empty; switch (task.Anamorphic) { - case Anamorphic.Strict: - resolution = "Anamorphic: Strict"; + case Anamorphic.Automatic: + resolution = "Anamorphic: Automatic"; break; case Anamorphic.Loose: resolution = "Anamorphic: Loose, Width: " + task.Width; |