From d90ea0ba0126f0a4bee6fd200e1fb5219ad884dc Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 11 Feb 2017 12:43:57 -0500 Subject: commit really safe for work crash handler now shows assemblyname and assemblydescription --- ShiftOS.WinForms/Program.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'ShiftOS.WinForms/Program.cs') diff --git a/ShiftOS.WinForms/Program.cs b/ShiftOS.WinForms/Program.cs index 33d7b2f..0578389 100644 --- a/ShiftOS.WinForms/Program.cs +++ b/ShiftOS.WinForms/Program.cs @@ -48,6 +48,7 @@ namespace ShiftOS.WinForms Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); //if ANYONE puts code before those two winforms config lines they will be declared a drunky. - Michael + CrashHandler.SetGameMetadata(Assembly.GetExecutingAssembly()); SkinEngine.SetIconProber(new ShiftOSIconProvider()); ShiftOS.Engine.AudioManager.Init(new ShiftOSAudioProvider()); Localization.RegisterProvider(new WFLanguageProvider()); -- cgit v1.2.3