summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Properties
diff options
context:
space:
mode:
authorsr55 <[email protected]>2020-06-26 23:04:05 +0100
committersr55 <[email protected]>2020-06-26 23:04:05 +0100
commit2820d150eddd1db357b70913e8dc99bb8606bffd (patch)
treec91c8be12f6e51044d404623b9efa976b4add770 /win/CS/HandBrakeWPF/Properties
parentd97eb4f9a23dd8dd6019b0d3e2121294d8bb7dea (diff)
WinGui: Adding support for the new resolution limit setup to the preset screenn #2437
Diffstat (limited to 'win/CS/HandBrakeWPF/Properties')
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.Designer.cs9
-rw-r--r--win/CS/HandBrakeWPF/Properties/Resources.resx3
2 files changed, 12 insertions, 0 deletions
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
index 77aaed9cb..330db2cb3 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
+++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
@@ -3917,6 +3917,15 @@ namespace HandBrakeWPF.Properties {
}
/// <summary>
+ /// Looks up a localized string similar to None.
+ /// </summary>
+ public static string PictureSettingsResLimitModes_none {
+ get {
+ return ResourceManager.GetString("PictureSettingsResLimitModes_none", resourceCulture);
+ }
+ }
+
+ /// <summary>
/// Looks up a localized string similar to Anamorphic:.
/// </summary>
public static string PictureSettingsView_Anamorphic {
diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx
index e75028c5b..f514f7535 100644
--- a/win/CS/HandBrakeWPF/Properties/Resources.resx
+++ b/win/CS/HandBrakeWPF/Properties/Resources.resx
@@ -2310,4 +2310,7 @@ Please choose a different preset.</value>
<data name="PictureSettingsView_ResLimit" xml:space="preserve">
<value>Resolution Limit:</value>
</data>
+ <data name="PictureSettingsResLimitModes_none" xml:space="preserve">
+ <value>None</value>
+ </data>
</root> \ No newline at end of file