aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Applications/ShiftLetters.cs
diff options
context:
space:
mode:
authorMichael VanOverbeek <[email protected]>2017-03-07 20:58:12 -0500
committerGitHub <[email protected]>2017-03-07 20:58:12 -0500
commit85882aa5155ab279bbef22d20c54672fbabe272d (patch)
treed83a6b04729de8c64ac3f21b63385a01f0157b43 /ShiftOS.WinForms/Applications/ShiftLetters.cs
parent0f19359ef042805ac645a1817a5c95b722c96a37 (diff)
parent1c0c7c6fa8cbc2c20f4a25457b934c61ffe4ec43 (diff)
downloadshiftos_thereturn-85882aa5155ab279bbef22d20c54672fbabe272d.tar.gz
shiftos_thereturn-85882aa5155ab279bbef22d20c54672fbabe272d.tar.bz2
shiftos_thereturn-85882aa5155ab279bbef22d20c54672fbabe272d.zip
Merge pull request #104 from AShifter/master
Added ShiftLotto
Diffstat (limited to 'ShiftOS.WinForms/Applications/ShiftLetters.cs')
-rw-r--r--ShiftOS.WinForms/Applications/ShiftLetters.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/ShiftOS.WinForms/Applications/ShiftLetters.cs b/ShiftOS.WinForms/Applications/ShiftLetters.cs
index f1c1d22..d11f6f6 100644
--- a/ShiftOS.WinForms/Applications/ShiftLetters.cs
+++ b/ShiftOS.WinForms/Applications/ShiftLetters.cs
@@ -50,7 +50,7 @@ namespace ShiftOS.WinForms.Applications
"shiftorium", "codepoints", "shiftletters", "shops", "mud", "notification", "namechanger",
"skinning", "skinloader", "calculator", "fileskimmer", "lua", "shiftnet", "terminal", "textpad"};
List<String> contributorsWordlist = new List<string> { "philipadams", "carverh", "computelinux", "lempamo",
- "wowmom", "michaeltheshifter", "arencclc", "therandommelon", "pfg", "craftxbox"};
+ "wowmom", "michaeltheshifter", "arencclc", "therandommelon", "pfg", "craftxbox", "ashifter"};
List<string> osWordlist = new List<string>
{
@@ -90,7 +90,8 @@ namespace ShiftOS.WinForms.Applications
"vienna",
"whistler",
"windowsxp",
- "windowsforworkgroups"
+ "windowsforworkgroups",
+ "shiftos"
};
public ShiftLetters()