From 1f96c52a958cb560d21c0a65814eb336a56780d6 Mon Sep 17 00:00:00 2001 From: Scott Date: Sun, 3 Jan 2016 20:36:51 +0000 Subject: WinGui: Fix AssemblyInfo Theme loading issue that broke the audio/subtitle split button control. --- win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs b/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs index 067fa4a63..fe43f8ac3 100644 --- a/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs +++ b/win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs @@ -2,6 +2,7 @@ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; +using System.Windows; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information @@ -34,3 +35,12 @@ using System.Runtime.InteropServices; [assembly: AssemblyFileVersion("0.10.3.0")] [assembly: NeutralResourcesLanguage("en-GB")] + +[assembly: ThemeInfo( + ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located + //(used if a resource is not found in the page, + // or application resource dictionaries) + ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located + //(used if a resource is not found in the page, + // app, or any theme specific resource dictionaries) +)] -- cgit v1.2.3