]> granicus.if.org Git - handbrake/commitdiff
WinGui: Fix AssemblyInfo Theme loading issue that broke the audio/subtitle split...
authorScott <sr55.hb@outlook.com>
Sun, 3 Jan 2016 20:36:51 +0000 (20:36 +0000)
committerScott <sr55.hb@outlook.com>
Sun, 3 Jan 2016 20:37:47 +0000 (20:37 +0000)
win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs

index 067fa4a63f5dd91860c05a339cb0ff966596b20c..fe43f8ac3952b68efeea37a12fd02668b829085f 100644 (file)
@@ -2,6 +2,7 @@
 using System.Reflection;\r
 using System.Runtime.CompilerServices;\r
 using System.Runtime.InteropServices;\r
+using System.Windows;\r
 \r
 // General Information about an assembly is controlled through the following \r
 // set of attributes. Change these attribute values to modify the information\r
@@ -34,3 +35,12 @@ using System.Runtime.InteropServices;
 [assembly: AssemblyFileVersion("0.10.3.0")]\r
 [assembly: NeutralResourcesLanguage("en-GB")]\r
 \r
+\r
+[assembly: ThemeInfo(\r
+    ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located\r
+                                     //(used if a resource is not found in the page, \r
+                                     // or application resource dictionaries)\r
+    ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located\r
+                                              //(used if a resource is not found in the page, \r
+                                              // app, or any theme specific resource dictionaries)\r
+)]\r