diff options
author | supachris28 <[email protected]> | 2017-02-12 16:36:26 +0000 |
---|---|---|
committer | Scott <[email protected]> | 2017-02-12 18:03:29 +0000 |
commit | df5601053a8857ad8e2b59d56e82bac7f44e96fb (patch) | |
tree | fd02f2d662516bb4ab3244ef0b9ca5919bc3f3bd /win/CS/HandBrakeWPF/Converters | |
parent | 389dcae2d38036325b209d4beee6cd14e25aad28 (diff) |
Fixed Botton to Bottom
Diffstat (limited to 'win/CS/HandBrakeWPF/Converters')
-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 7b7cbc220..782d1698e 100644 --- a/win/CS/HandBrakeWPF/Converters/Queue/PictureSettingsDescConveter.cs +++ b/win/CS/HandBrakeWPF/Converters/Queue/PictureSettingsDescConveter.cs @@ -1,4 +1,4 @@ -// -------------------------------------------------------------------------------------------------------------------- +// -------------------------------------------------------------------------------------------------------------------- // <copyright file="PictureSettingsDescConveter.cs" company="HandBrake Project (http://handbrake.fr)"> // This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License. // </copyright> @@ -60,7 +60,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; } |