diff options
| author | Michael VanOverbeek <[email protected]> | 2017-03-07 20:58:12 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-03-07 20:58:12 -0500 |
| commit | 85882aa5155ab279bbef22d20c54672fbabe272d (patch) | |
| tree | d83a6b04729de8c64ac3f21b63385a01f0157b43 /ShiftOS.WinForms/Applications/ShiftLetters.cs | |
| parent | 0f19359ef042805ac645a1817a5c95b722c96a37 (diff) | |
| parent | 1c0c7c6fa8cbc2c20f4a25457b934c61ffe4ec43 (diff) | |
| download | shiftos_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.cs | 5 |
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() |
