diff options
| author | Michael <[email protected]> | 2017-02-11 12:43:57 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-11 12:43:57 -0500 |
| commit | d90ea0ba0126f0a4bee6fd200e1fb5219ad884dc (patch) | |
| tree | ed3b5babb6a73767c12b0173b53280aa8cec9763 /ShiftOS.WinForms | |
| parent | c7a50f87efce6c5a151b66d87a29704b919af7c4 (diff) | |
| download | shiftos_thereturn-d90ea0ba0126f0a4bee6fd200e1fb5219ad884dc.tar.gz shiftos_thereturn-d90ea0ba0126f0a4bee6fd200e1fb5219ad884dc.tar.bz2 shiftos_thereturn-d90ea0ba0126f0a4bee6fd200e1fb5219ad884dc.zip | |
commit really safe for work
crash handler now shows assemblyname and assemblydescription
Diffstat (limited to 'ShiftOS.WinForms')
| -rw-r--r-- | ShiftOS.WinForms/Program.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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()); |
