diff options
| author | Michael <[email protected]> | 2017-02-07 18:39:30 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-07 18:39:30 -0500 |
| commit | 07192c6c2e9e0559e2ac2d9478db36fdcb3a2071 (patch) | |
| tree | 81fcce3c839485142be90456b09c5b418776c802 /ShiftOS.WinForms/Program.cs | |
| parent | 7a29121456747651bd27d75833e28d5f7d479a1e (diff) | |
| download | shiftos_thereturn-07192c6c2e9e0559e2ac2d9478db36fdcb3a2071.tar.gz shiftos_thereturn-07192c6c2e9e0559e2ac2d9478db36fdcb3a2071.tar.bz2 shiftos_thereturn-07192c6c2e9e0559e2ac2d9478db36fdcb3a2071.zip | |
Add default icons for most apps
Diffstat (limited to 'ShiftOS.WinForms/Program.cs')
| -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 06f495f..1042f23 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 + SkinEngine.SetIconProber(new ShiftOSIconProvider()); ShiftOS.Engine.AudioManager.Init(new ShiftOSAudioProvider()); Localization.RegisterProvider(new WFLanguageProvider()); Shiftorium.RegisterProvider(new WinformsShiftoriumProvider()); |
