From 1b78a7f71d1651fff1cf780344d946286f0c9a24 Mon Sep 17 00:00:00 2001 From: supachris28 Date: Sun, 12 Feb 2017 16:36:26 +0000 Subject: [PATCH] Fixed Botton to Bottom --- .../Converters/Queue/PictureSettingsDescConveter.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win/CS/HandBrakeWPF/Converters/Queue/PictureSettingsDescConveter.cs b/win/CS/HandBrakeWPF/Converters/Queue/PictureSettingsDescConveter.cs index 9af228b0e..9761efcc1 100644 --- a/win/CS/HandBrakeWPF/Converters/Queue/PictureSettingsDescConveter.cs +++ b/win/CS/HandBrakeWPF/Converters/Queue/PictureSettingsDescConveter.cs @@ -1,4 +1,4 @@ -// -------------------------------------------------------------------------------------------------------------------- +// -------------------------------------------------------------------------------------------------------------------- // // This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. // @@ -62,7 +62,7 @@ namespace HandBrakeWPF.Converters.Queue break; } - return resolution + Environment.NewLine + "Crop Top: " + task.Cropping.Top + ", Botton: " + task.Cropping.Bottom + ", Left: " + return resolution + Environment.NewLine + "Crop Top: " + task.Cropping.Top + ", Bottom: " + task.Cropping.Bottom + ", Left: " + task.Cropping.Left + ", Right: " + task.Cropping.Right; } -- 2.40.0