aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/ShiftLetters.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-02-25 15:33:37 -0500
committerlempamo <[email protected]>2017-02-25 15:33:37 -0500
commit202572ae2d4261f21019f387c30114fca4f1e39c (patch)
tree5df8e4e8c4c6b81b8986ae05b376387125fee0da /ShiftOS.WinForms/Applications/ShiftLetters.cs
parent1c0172f8576fb81edf952de14ea78f7906b3d1c3 (diff)
downloadshiftos_thereturn-202572ae2d4261f21019f387c30114fca4f1e39c.tar.gz
shiftos_thereturn-202572ae2d4261f21019f387c30114fca4f1e39c.tar.bz2
shiftos_thereturn-202572ae2d4261f21019f387c30114fca4f1e39c.zip
fixed icons
Diffstat (limited to 'ShiftOS.WinForms/Applications/ShiftLetters.cs')
-rw-r--r--ShiftOS.WinForms/Applications/ShiftLetters.cs1
1 files changed, 1 insertions, 0 deletions
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;