From e8d5cc79660cf7e3671c4cfab51da54451e5b14c Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 19 Jun 2020 20:26:35 +0100 Subject: WinGui: Minor tweaks to the queue summary screen. - Added the same Filters summary that exists on the main window summary tab to the queue summary window. - Compacted the Advanced summary from 5 to 3 lines. - Match the mac UI and show default/forced on the subtitle tracks. Fixes #2922 --- .../HandBrakeWPF/Properties/Resources.Designer.cs | 27 ++++++++++++++++++++++ win/CS/HandBrakeWPF/Properties/Resources.resx | 9 ++++++++ 2 files changed, 36 insertions(+) (limited to 'win/CS/HandBrakeWPF/Properties') diff --git a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs index f56f22cd0..0213629cc 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs +++ b/win/CS/HandBrakeWPF/Properties/Resources.Designer.cs @@ -4689,6 +4689,15 @@ namespace HandBrakeWPF.Properties { } } + /// + /// Looks up a localized string similar to Filters:. + /// + public static string QueueView_FilterSettings { + get { + return ResourceManager.GetString("QueueView_FilterSettings", resourceCulture); + } + } + /// /// Looks up a localized string similar to Import Queue. /// @@ -5770,6 +5779,15 @@ namespace HandBrakeWPF.Properties { } } + /// + /// Looks up a localized string similar to Default. + /// + public static string SummaryView_Default { + get { + return ResourceManager.GetString("SummaryView_Default", resourceCulture); + } + } + /// /// Looks up a localized string similar to Detelecine. /// @@ -5788,6 +5806,15 @@ namespace HandBrakeWPF.Properties { } } + /// + /// Looks up a localized string similar to Forced. + /// + public static string SummaryView_Forced { + get { + return ResourceManager.GetString("SummaryView_Forced", resourceCulture); + } + } + /// /// Looks up a localized string similar to Grayscale. /// diff --git a/win/CS/HandBrakeWPF/Properties/Resources.resx b/win/CS/HandBrakeWPF/Properties/Resources.resx index e9561f778..d869657b0 100644 --- a/win/CS/HandBrakeWPF/Properties/Resources.resx +++ b/win/CS/HandBrakeWPF/Properties/Resources.resx @@ -2271,4 +2271,13 @@ Please choose a different preset. ( Windows 10 Only! ) + + Filters: + + + Default + + + Forced + \ No newline at end of file -- cgit v1.2.3