From eb56fbecb9d3b249df1de801ace5141a8d5178ed Mon Sep 17 00:00:00 2001 From: sr55 Date: Wed, 28 Jun 2017 19:53:53 +0100 Subject: WinGui: Adding support for Custom Anamorphic back. Implements #504 --- win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs | 15 +++------------ win/CS/HandBrakeWPF/Properties/ResourcesUI.resx | 7 ++----- 2 files changed, 5 insertions(+), 17 deletions(-) (limited to 'win/CS/HandBrakeWPF/Properties') diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs index 6ca2f276e..75fc8ba41 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.Designer.cs @@ -1645,20 +1645,11 @@ namespace HandBrakeWPF.Properties { } /// - /// Looks up a localized string similar to PAR Height:. + /// Looks up a localized string similar to PAR:. /// - public static string PictureSettingsView_ParH { + public static string PictureSettingsView_PAR { get { - return ResourceManager.GetString("PictureSettingsView_ParH", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to PAR Width:. - /// - public static string PictureSettingsView_ParW { - get { - return ResourceManager.GetString("PictureSettingsView_ParW", resourceCulture); + return ResourceManager.GetString("PictureSettingsView_PAR", resourceCulture); } } diff --git a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx index 6349d4978..2e12b14ef 100644 --- a/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx +++ b/win/CS/HandBrakeWPF/Properties/ResourcesUI.resx @@ -456,11 +456,8 @@ Output - - PAR Height: - - - PAR Width: + + PAR: Right -- cgit v1.2.3