diff options
| author | Michael VanOverbeek <[email protected]> | 2017-03-07 22:08:55 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-03-07 22:08:55 -0500 |
| commit | dfeaeea3ab22d5864569f8c303c248ab046db9e1 (patch) | |
| tree | 5bc2a134d8bae6edac4fbb4757f2eb325addb7c4 /ShiftOS.WinForms/Applications/ShiftLotto.cs | |
| parent | cf15e379d3d29f5289fc80e0bcd6c6de025d17a4 (diff) | |
| parent | 369aefc5e81eba25e31d52c1031f3e8ec750cb04 (diff) | |
| download | shiftos_thereturn-dfeaeea3ab22d5864569f8c303c248ab046db9e1.tar.gz shiftos_thereturn-dfeaeea3ab22d5864569f8c303c248ab046db9e1.tar.bz2 shiftos_thereturn-dfeaeea3ab22d5864569f8c303c248ab046db9e1.zip | |
Merge pull request #106 from AShifter/master
Added ShiftLotto Icon
Diffstat (limited to 'ShiftOS.WinForms/Applications/ShiftLotto.cs')
| -rw-r--r-- | ShiftOS.WinForms/Applications/ShiftLotto.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Applications/ShiftLotto.cs b/ShiftOS.WinForms/Applications/ShiftLotto.cs index cc38582..7acba3e 100644 --- a/ShiftOS.WinForms/Applications/ShiftLotto.cs +++ b/ShiftOS.WinForms/Applications/ShiftLotto.cs @@ -35,6 +35,7 @@ using ShiftOS.Engine; namespace ShiftOS.WinForms.Applications { [Launcher("ShiftLotto", true, "al_shiftlotto", "Games")] + [DefaultIcon("iconShiftLotto")] [RequiresUpgrade("shiftlotto")] [WinOpen("shiftlotto")] public partial class ShiftLotto : UserControl, IShiftOSWindow |
