From 202572ae2d4261f21019f387c30114fca4f1e39c Mon Sep 17 00:00:00 2001 From: lempamo Date: Sat, 25 Feb 2017 15:33:37 -0500 Subject: fixed icons --- ShiftOS.WinForms/Applications/ShiftLetters.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'ShiftOS.WinForms/Applications') diff --git a/ShiftOS.WinForms/Applications/ShiftLetters.cs b/ShiftOS.WinForms/Applications/ShiftLetters.cs index 6ff528a..0dd1505 100644 --- a/ShiftOS.WinForms/Applications/ShiftLetters.cs +++ b/ShiftOS.WinForms/Applications/ShiftLetters.cs @@ -39,6 +39,7 @@ namespace ShiftOS.WinForms.Applications [Launcher("ShiftLetters", false, null, "Games")] [RequiresUpgrade("shiftletters")] [WinOpen("shiftletters")] + [DefaultIcon("iconShiftLetters")] public partial class ShiftLetters : UserControl, IShiftOSWindow { int lives = 7; -- cgit v1.2.3